++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Asia/Aqtau
+ echo 'Choosen random timezone Asia/Aqtau'
+ ln -snf /usr/share/zoneinfo/Asia/Aqtau /etc/localtime
Choosen random timezone Asia/Aqtau
+ echo Asia/Aqtau
+ dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49067 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49096 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49105 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable) ...
Setting up clickhouse-server (24.3.12.76.altinitystable) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49122 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable) ...
Setting up clickhouse-client (24.3.12.76.altinitystable) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.12.76.altinitystable.
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=56180736
+ sed --follow-symlinks -i 's|[[:digit:]]\+|56180736|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=43567104
+ sed --follow-symlinks -i 's|[[:digit:]]\+|43567104|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ ./minio server --address :11111 ./minio_data
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:45891 http://127.0.0.1:45891
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (45891), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./18119BB59259758769ac8b02-d609-4edc-9d2d-6807c42b8fdc
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 258 root 10u IPv6 50228 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 154.12 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 95.24 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 40.88 KiB/s
a.tsv
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.72 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.90 KiB/s
c.tsv
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.92 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.86 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Dec 16 13:41 .
drwxr-xr-x 1 root root 4.0K Dec 16 13:41 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 13:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Dec 16 13:41 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Dec 16 13:41 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Dec 16 13:41 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Dec 16 13:41 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Dec 16 13:41 dev
-rwxr-xr-x 1 root root 0 Dec 16 13:41 .dockerenv
drwxr-xr-x 1 root root 4.0K Dec 16 13:41 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Jun 13 2024 mc
drwxr-xr-x 2 root root 4.0K Apr 27 2024 media
-rwxr-xr-x 1 root root 114M Jun 13 2024 minio
drwxr-xr-x 4 root root 4.0K Dec 16 13:42 minio_data
drwxr-xr-x 2 root root 4.0K Apr 27 2024 mnt
drwxr-xr-x 2 root root 4.0K Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Dec 16 13:41 package_folder
dr-xr-xr-x 838 root root 0 Dec 16 13:41 proc
-rwxrwxr-x 1 root root 7.9K May 14 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K Dec 16 13:42 root
drwxr-xr-x 1 root root 4.0K Dec 16 13:41 run
-rwxrwxr-x 1 root root 16K Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K May 14 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Apr 27 2024 srv
-rw-rw-r-- 1 root root 13K Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 13:41 sys
drwxrwxr-x 2 1000 1000 4.0K Dec 16 13:41 test_output
drwxrwxrwt 1 root root 4.0K Dec 16 13:41 tmp
drwxr-xr-x 1 root root 4.0K Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Apr 27 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 547 clickhouse 322u IPv4 53348 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "PUT /devstoreaccount1/cont/spptiwjmynaznpirryjpbeimdiuvjwrb?blockid=tplqxgpwvsvtypoevowcehumskudmohvdidnfqhvchrzriqmqkepbtmjxfvmlxau&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "PUT /devstoreaccount1/cont/spptiwjmynaznpirryjpbeimdiuvjwrb?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "GET /devstoreaccount1/cont/spptiwjmynaznpirryjpbeimdiuvjwrb HTTP/1.1" 206 4
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "GET /devstoreaccount1/cont/spptiwjmynaznpirryjpbeimdiuvjwrb HTTP/1.1" 206 2
127.0.0.1 - - [16/Dec/2024:08:42:32 +0000] "DELETE /devstoreaccount1/cont/spptiwjmynaznpirryjpbeimdiuvjwrb HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 735
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 2 ]]
+ [[ -n 5 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 2 --run-by-hash-total 5 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2024-12-16 13:44:09 Using queries from '/usr/share/clickhouse-test/queries' directory
2024-12-16 13:44:09 Connecting to ClickHouse server... OK
2024-12-16 13:44:09 Connected to server 24.3.12.76.altinitystable @ 2f7ddaa904b1e8b911d6f3d911cf6e53720aba01 HEAD
2024-12-16 13:44:09 Found 1196 parallel tests and 128 sequential tests
2024-12-16 13:44:10
2024-12-16 13:44:10 Running about 149 stateless tests (ForkPoolWorker-8).
2024-12-16 13:44:10
2024-12-16 13:44:10 03174_merge_join_bug: [ OK ] 1.00 sec.
2024-12-16 13:44:13
2024-12-16 13:44:13 Running about 149 stateless tests (ForkPoolWorker-9).
2024-12-16 13:44:13
2024-12-16 13:44:13 03201_sumIf_to_countIf_return_type: [ OK ] 3.32 sec.
2024-12-16 13:44:13
2024-12-16 13:44:13 Running about 149 stateless tests (ForkPoolWorker-6).
2024-12-16 13:44:13
2024-12-16 13:44:13 03210_nested_short_circuit_functions_bug: [ OK ] 3.47 sec.
2024-12-16 13:44:13
2024-12-16 13:44:13 Running about 149 stateless tests (ForkPoolWorker-7).
2024-12-16 13:44:13
2024-12-16 13:44:13 03203_system_numbers_limit_and_offset_simple: [ OK ] 3.70 sec.
2024-12-16 13:44:13
2024-12-16 13:44:13 Running about 149 stateless tests (ForkPoolWorker-3).
2024-12-16 13:44:13
2024-12-16 13:44:13 03217_filtering_in_storage_merge: [ OK ] 3.92 sec.
2024-12-16 13:44:13
2024-12-16 13:44:13 Running about 149 stateless tests (ForkPoolWorker-4).
2024-12-16 13:44:13
2024-12-16 13:44:13 03248_with_fill_string_crash: [ OK ] 4.00 sec.
2024-12-16 13:44:14
2024-12-16 13:44:14 Running about 149 stateless tests (ForkPoolWorker-5).
2024-12-16 13:44:14
2024-12-16 13:44:14 03205_parallel_window_finctions_and_column_sparse_bug: [ OK ] 4.28 sec.
2024-12-16 13:44:14 03166_mv_prewhere_duplicating_name_bug: [ OK ] 3.62 sec.
2024-12-16 13:44:15
2024-12-16 13:44:15 Running about 149 stateless tests (ForkPoolWorker-2).
2024-12-16 13:44:15
2024-12-16 13:44:15 03222_datetime64_small_value_const: [ OK ] 5.80 sec.
2024-12-16 13:44:17 03155_in_nested_subselects: [ OK ] 3.87 sec.
2024-12-16 13:44:17 03142_alter_comment_parameterized_view: [ OK ] 3.48 sec.
2024-12-16 13:44:17 03146_parameterized_view_with_date: [ OK ] 3.82 sec.
2024-12-16 13:44:18 03155_analyzer_interpolate: [ OK ] 4.74 sec.
2024-12-16 13:44:18 03151_pmj_join_non_procssed_clash: [ OK ] 4.54 sec.
2024-12-16 13:44:18 03071_fix_short_circuit_logic: [ OK ] 4.23 sec.
2024-12-16 13:44:19 03164_analyzer_validate_tree_size: [ OK ] 6.10 sec.
2024-12-16 13:44:20 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 3.63 sec.
2024-12-16 13:44:21 03023_remove_unused_column_distinct: [ OK ] 3.50 sec.
2024-12-16 13:44:22 03018_analyzer_greater_null: [ OK ] 3.55 sec.
2024-12-16 13:44:23 03015_peder1001: [ OK ] 3.84 sec.
2024-12-16 13:44:24 03014_analyzer_group_by_use_nulls: [ OK ] 3.25 sec.
2024-12-16 13:44:26 03018_external_with_complex_data_types: [ OK ] 7.62 sec.
2024-12-16 13:44:27 03009_storage_memory_circ_buffer_usage: [ OK ] 5.17 sec.
2024-12-16 13:44:27 03021_get_client_http_header: [ OK ] 9.44 sec.
2024-12-16 13:44:28 03014_invalid_utf8_client: [ OK ] 7.39 sec.
2024-12-16 13:44:28 03006_buffer_overflow_join: [ OK ] 3.71 sec.
2024-12-16 13:44:30 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 3.84 sec.
2024-12-16 13:44:30 03003_enum_and_string_compatible: [ OK ] 3.36 sec.
2024-12-16 13:44:30 03003_analyzer_setting: [ OK ] 3.22 sec.
2024-12-16 13:44:32 03003_codec_multiple_buffer_overflow: [ OK ] 4.48 sec.
2024-12-16 13:44:35 03001_consider_lwd_when_merge: [ OK ] 5.07 sec.
2024-12-16 13:44:35 02997_insert_select_too_many_parts_multithread: [ SKIPPED ] 0.00 sec. - disabled
2024-12-16 13:44:35 03003_prql_panic: [ OK ] 7.52 sec.
2024-12-16 13:44:36 02999_variant_suspicious_types: [ OK ] 3.59 sec.
2024-12-16 13:44:38 03002_filter_skip_virtual_columns_with_non_deterministic_functions: [ OK ] 7.98 sec.
2024-12-16 13:44:39 02995_bad_formatting_union_intersect: [ OK ] 3.94 sec.
2024-12-16 13:44:40 02995_preliminary_filters_duplicated_columns: [ OK ] 3.91 sec.
2024-12-16 13:44:40 02994_cosineDistanceNullable: [ OK ] 4.23 sec.
2024-12-16 13:44:42 03020_output_format_client: [ OK ] 24.54 sec.
2024-12-16 13:44:44 03032_async_backup_restore: [ OK ] 29.02 sec.
2024-12-16 13:44:45 02992_analyzer_group_by_const: [ OK ] 7.15 sec.
2024-12-16 13:44:46 02988_ordinary_database_warning: [ OK ] 5.23 sec.
2024-12-16 13:44:46 02990_format_select_from_explain: [ OK ] 6.22 sec.
2024-12-16 13:44:46 02990_format_lambdas: [ OK ] 6.77 sec.
2024-12-16 13:44:49 02985_if_over_big_int_decimal: [ OK ] 4.57 sec.
2024-12-16 13:44:50 02982_parallel_replicas_unexpected_cluster: [ OK ] 4.49 sec.
2024-12-16 13:44:54 02974_if_with_map: [ OK ] 4.97 sec.
2024-12-16 13:44:56 03001_parallel_parsing_deadlock: [ OK ] 25.35 sec.
2024-12-16 13:44:57 02981_nested_bad_types: [ OK ] 11.05 sec.
2024-12-16 13:44:58 02981_vertical_merges_memory_usage: [ OK ] 11.90 sec.
2024-12-16 13:44:58 02982_aggregation_states_destruction: [ OK ] 12.64 sec.
2024-12-16 13:45:00 02972_parallel_replicas_cte: [ OK ] 9.75 sec.
2024-12-16 13:45:01 02967_fuzz_bad_cast: [ OK ] 3.88 sec.
2024-12-16 13:45:02 02966_topk_counts_approx_count_sum: [ OK ] 4.22 sec.
2024-12-16 13:45:02 02966_float32_promotion: [ OK ] 3.68 sec.
2024-12-16 13:45:05 02962_join_using_bug_57894: [ OK ] 4.00 sec.
2024-12-16 13:45:06 02960_alter_table_part_query_parameter: [ OK ] 3.64 sec.
2024-12-16 13:45:06 02962_analyzer_constant_set: [ OK ] 3.78 sec.
2024-12-16 13:45:06 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 12.13 sec.
2024-12-16 13:45:09 03006_correct_revoke_for_partial_rights: [ OK ] 46.17 sec.
2024-12-16 13:45:10 02949_ttl_group_by_bug: [ OK ] 3.78 sec.
2024-12-16 13:45:10 02950_obfuscator_keywords_more: [ OK ] 4.13 sec.
2024-12-16 13:45:11 02967_parallel_replicas_joins_and_analyzer: [ OK ] 15.57 sec.
2024-12-16 13:45:14 02955_analyzer_using_functional_args: [ OK ] 8.16 sec.
2024-12-16 13:45:14 02946_parallel_replicas_force_primary_key: [ OK ] 5.03 sec.
2024-12-16 13:45:14 02943_use_full_text_skip_index_with_has_any: [ OK ] 4.28 sec.
2024-12-16 13:45:16 02933_paste_join: [ OK ] 5.82 sec.
2024-12-16 13:45:18 02932_query_settings_max_size_drop: [ OK ] 4.44 sec.
2024-12-16 13:45:18 02950_parallel_replicas_used_count: [ OK ] 12.40 sec.
2024-12-16 13:45:19 02931_alter_materialized_view_query_inconsistent: [ OK ] 3.06 sec.
2024-12-16 13:45:20 02932_apply_deleted_mask: [ OK ] 5.83 sec.
2024-12-16 13:45:20 02932_punycode: [ OK ] 6.13 sec.
2024-12-16 13:45:23 02921_database_filesystem_path_check: [ OK ] 3.22 sec.
2024-12-16 13:45:23 02922_respect_nulls_Nullable: [ OK ] 5.12 sec.
2024-12-16 13:45:27 02918_gorilla_invalid_file: [ OK ] 4.05 sec.
2024-12-16 13:45:28 02933_sqid: [ OK ] 16.39 sec.
2024-12-16 13:45:28 02921_file_engine_size_virtual_column: [ OK ] 9.12 sec.
2024-12-16 13:45:30 02916_addcolumn_nested: [ OK ] 2.72 sec.
2024-12-16 13:45:32 02918_optimize_count_for_merge_tables: [ OK ] 4.21 sec.
2024-12-16 13:45:32 02916_glogal_in_cancel: [ OK ] 3.98 sec.
2024-12-16 13:45:36 02913_sum_map_state: [ OK ] 3.53 sec.
2024-12-16 13:45:36 02930_client_file_log_comment: [ OK ] 17.83 sec.
2024-12-16 13:45:38 02963_remote_read_small_buffer_size_bug: [ OK ] 37.94 sec.
2024-12-16 13:45:39 02911_analyzer_remove_unused_projection_columns: [ OK ] 3.70 sec.
2024-12-16 13:45:41 02910_bad_logs_level_in_local: [ OK ] 2.58 sec.
2024-12-16 13:45:44 02910_object-json-crash-add-column: [ OK ] 4.29 sec.
2024-12-16 13:45:44 02918_multif_for_nullable: [ OK ] 20.48 sec.
2024-12-16 13:45:45 02916_replication_protocol_wait_for_part: [ OK ] 14.10 sec.
2024-12-16 13:45:47 02908_filesystem_cache_as_collection: [ OK ] 3.63 sec.
2024-12-16 13:45:54 02911_system_symbols: [ OK ] 17.62 sec.
2024-12-16 13:45:54 02908_Npy_files_caching: [ OK ] 13.48 sec.
2024-12-16 13:45:56 02919_skip_lots_of_parsing_errors: [ OK ] 35.55 sec.
2024-12-16 13:45:57 02987_group_array_intersect: [ OK ] 74.67 sec.
2024-12-16 13:45:57 02903_bug_43644: [ OK ] 3.60 sec.
2024-12-16 13:45:57 02903_parameterized_view_explain_ast: [ OK ] 3.31 sec.
2024-12-16 13:45:58 02908_table_ttl_dependency: [ OK ] 13.99 sec.
2024-12-16 13:45:59 02907_system_backups_profile_events: [ OK ] 14.21 sec.
2024-12-16 13:46:01 02901_analyzer_recursive_window: [ OK ] 3.64 sec.
2024-12-16 13:46:01 02901_predicate_pushdown_cte_stateful: [ OK ] 3.55 sec.
2024-12-16 13:46:03 02900_matview_create_to_errors: [ OK ] 4.79 sec.
2024-12-16 13:46:05 02900_add_subtract_interval_with_string_date: [ OK ] 7.23 sec.
2024-12-16 13:46:05 02900_issue_55858: [ OK ] 4.08 sec.
2024-12-16 13:46:05 02903_empty_order_by_throws_error: [ OK ] 9.34 sec.
2024-12-16 13:46:07 02899_indexing_by_space_filling_curves: [ OK ] 5.67 sec.
2024-12-16 13:46:08 02899_use_default_format_on_http_exception: [ OK ] 4.60 sec.
2024-12-16 13:46:09 02893_bad_sample_view: [ OK ] 3.46 sec.
2024-12-16 13:46:10 02893_system_drop_schema_cache_format: [ OK ] 3.50 sec.
2024-12-16 13:46:11 02907_backup_restore_flatten_nested: [ OK ] 23.93 sec.
2024-12-16 13:46:12 02889_system_drop_format_schema: [ OK ] 3.38 sec.
2024-12-16 13:46:12 02895_peak_memory_usage_http_headers_regression: [ OK ] 7.25 sec.
2024-12-16 13:46:13 02900_limit_by_query_stage: [ OK ] 14.14 sec.
2024-12-16 13:46:17 02882_primary_key_index_in_function_different_types: [ OK ] 4.06 sec.
2024-12-16 13:46:17 02884_parquet_new_encodings: [ OK ] 5.58 sec.
2024-12-16 13:46:18 02884_parallel_window_functions_bug: [ OK ] 7.24 sec.
2024-12-16 13:46:18 02898_parallel_replicas_progress_bar: [ OK ] 13.47 sec.
2024-12-16 13:46:19 02882_formatQuery: [ OK ] 6.20 sec.
2024-12-16 13:46:22 02915_lazy_loading_of_base_backups: [ OK ] 49.94 sec.
2024-12-16 13:46:22 02880_indexHint__partition_id: [ OK ] 5.74 sec.
2024-12-16 13:46:27 02876_formats_with_names_dont_use_header: [ OK ] 9.00 sec.
2024-12-16 13:46:28 02883_zookeeper_finalize_stress: [ OK ] 15.71 sec.
2024-12-16 13:46:28 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 10.89 sec.
2024-12-16 13:46:28 02875_final_invalid_read_ranges_bug: [ OK ] 6.47 sec.
2024-12-16 13:46:28 02892_input_csv_cr_end_count_many_rows: [ OK ] 20.75 sec.
2024-12-16 13:46:29 02874_toDaysSinceYearZero: [ OK ] 6.33 sec.
2024-12-16 13:46:29 02876_yyyymmddhhmmsstodatetime: [ OK ] 10.57 sec.
2024-12-16 13:46:30 02874_analysis_of_variance_overflow: [ OK ] 3.67 sec.
2024-12-16 13:46:32 02867_null_lc_in_bug: [ OK ] 3.78 sec.
2024-12-16 13:46:32 02869_http_headers_elapsed_ns: [ OK ] 4.21 sec.
2024-12-16 13:46:33 02864_test_ipv4_type_mismatch: [ OK ] 3.78 sec.
2024-12-16 13:46:33 02863_decode_html_component: [ OK ] 3.97 sec.
2024-12-16 13:46:33 02867_nullable_primary_key_final: [ OK ] 4.80 sec.
2024-12-16 13:46:34 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 3.17 sec.
2024-12-16 13:46:34 02868_distinct_to_count_optimization: [ OK ] 5.91 sec.
2024-12-16 13:46:35 02875_clickhouse_local_multiquery: [ OK ] 15.82 sec.
2024-12-16 13:46:36 02861_interpolate_alias_precedence: [ OK ] 3.59 sec.
2024-12-16 13:46:36 02862_uuid_reinterpret_as_numeric: [ OK ] 3.73 sec.
2024-12-16 13:46:36 02861_replacing_merge_tree_with_cleanup: [ OK ] 3.71 sec.
2024-12-16 13:46:38 02844_subquery_timeout_with_break: [ OK ] 3.97 sec.
2024-12-16 13:46:38 02861_filter_pushdown_const_bug: [ OK ] 4.61 sec.
2024-12-16 13:46:39 02842_suggest_http_page_in_error_message: [ OK ] 3.92 sec.
2024-12-16 13:46:39 02835_drop_user_during_session: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:46:41 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 4.94 sec.
2024-12-16 13:46:42 02841_remote_parameter_parsing_error: [ OK ] 4.20 sec.
2024-12-16 13:46:42 02841_not_ready_set_constraints: [ OK ] 4.32 sec.
2024-12-16 13:46:43 02834_timestamp_function: [ OK ] 4.07 sec.
2024-12-16 13:46:44 02841_local_assert: [ OK ] 7.81 sec.
2024-12-16 13:46:44 02841_with_clause_resolve: [ OK ] 7.23 sec.
2024-12-16 13:46:45 02834_formats_with_variable_number_of_columns: [ OK ] 4.05 sec.
2024-12-16 13:46:46 02833_starts_ends_with_utf8: [ OK ] 3.81 sec.
2024-12-16 13:46:48 02833_local_udf_options: [ OK ] 5.46 sec.
2024-12-16 13:46:48 02830_insert_values_time_interval: [ OK ] 3.94 sec.
2024-12-16 13:46:49 02815_alias_to_length: [ OK ] 3.49 sec.
2024-12-16 13:46:51 02813_system_licenses_base: [ OK ] 3.47 sec.
2024-12-16 13:46:52 02813_series_period_detect: [ OK ] 4.16 sec.
2024-12-16 13:46:54 02813_seriesOutliersDetectTukey: [ OK ] 4.42 sec.
2024-12-16 13:46:56 02812_subquery_operators: [ OK ] 3.89 sec.
2024-12-16 13:46:58 02813_starting_in_text_log: [ OK ] 6.83 sec.
2024-12-16 13:47:00 02811_insert_schema_inference: [ OK ] 3.75 sec.
2024-12-16 13:47:02 02811_read_in_order_and_array_join_bug: [ OK ] 4.03 sec.
2024-12-16 13:47:06 02807_default_date_time_nullable: [ OK ] 3.77 sec.
2024-12-16 13:47:07 02815_no_throw_in_simple_queries: [ OK ] 21.99 sec.
2024-12-16 13:47:09 02806_cte_block_cannot_be_empty: [ OK ] 3.57 sec.
2024-12-16 13:47:13 02797_transform_narrow_types: [ OK ] 3.62 sec.
2024-12-16 13:47:16 02802_clickhouse_disks_s3_copy: [ OK ] 8.77 sec.
2024-12-16 13:47:17 02792_drop_projection_lwd: [ OK ] 4.01 sec.
2024-12-16 13:47:21 02812_from_to_utc_timestamp: [ OK ] 27.57 sec.
2024-12-16 13:47:24 02844_max_backup_bandwidth_s3: [ OK ] 50.84 sec.
2024-12-16 13:47:25 02790_url_multiple_tsv_files: [ OK ] 7.80 sec.
2024-12-16 13:47:25 02787_transform_null: [ OK ] 3.68 sec.
2024-12-16 13:47:28 02786_transform_float: [ OK ] 3.50 sec.
2024-12-16 13:47:29 02785_left_anti_join_bug: [ OK ] 3.99 sec.
2024-12-16 13:47:31 02785_date_predicate_optimizations_ast_query_tree_rewrite: [ OK ] 5.88 sec.
2024-12-16 13:47:31 02784_schema_inference_null_as_default: [ OK ] 3.49 sec.
2024-12-16 13:47:32 02782_values_null_to_lc_nullable: [ OK ] 3.38 sec.
2024-12-16 13:47:33 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 58.79 sec.
2024-12-16 13:47:34 02771_if_constant_folding: [ OK ] 3.24 sec.
2024-12-16 13:47:38 02771_resolve_compound_identifier: [ OK ] 3.77 sec.
2024-12-16 13:47:39 02771_parallel_replicas_analyzer: [ OK ] 7.48 sec.
2024-12-16 13:47:42 02810_async_insert_dedup_replicated_collapsing: [ OK ] 42.77 sec.
2024-12-16 13:47:43 02765_parallel_replicas_final_modifier: [ OK ] 3.91 sec.
2024-12-16 13:47:43 02768_cse_nested_distributed: [ OK ] 4.28 sec.
2024-12-16 13:47:46 02764_index_analysis_fix: [ OK ] 3.65 sec.
2024-12-16 13:47:47 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 4.13 sec.
2024-12-16 13:47:47 02763_row_policy_storage_merge_alias: [ OK ] 4.72 sec.
2024-12-16 13:47:51 02771_skip_empty_files: [ OK ] 18.17 sec.
2024-12-16 13:47:52 02752_space_function: [ OK ] 4.82 sec.
2024-12-16 13:47:56 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 3.96 sec.
2024-12-16 13:47:58 02751_protobuf_ipv6: [ OK ] 6.84 sec.
2024-12-16 13:47:59 02733_distinct: [ OK ] 1.07 sec.
2024-12-16 13:48:01 02771_multiple_query_arguments: [ OK ] 28.20 sec.
2024-12-16 13:48:04 02741_hashed_dictionary_load_factor: [ OK ] 7.31 sec.
2024-12-16 13:48:04 02725_sleep_max_time: [ OK ] 3.25 sec.
2024-12-16 13:48:05 02763_row_policy_storage_merge: [ OK ] 18.44 sec.
2024-12-16 13:48:05 02731_replace_partition_from_temporary_table: [ OK ] 6.67 sec.
2024-12-16 13:48:06 02832_alter_max_sessions_for_user: [ OK ] 82.40 sec.
2024-12-16 13:48:07 02725_alias_columns_should_not_allow_compression_codec: [ OK ] 3.73 sec.
2024-12-16 13:48:09 02724_jit_logical_functions: [ OK ] 3.81 sec.
2024-12-16 13:48:10 02724_persist_interval_type: [ OK ] 4.45 sec.
2024-12-16 13:48:15 02715_bit_operations_float: [ OK ] 4.37 sec.
2024-12-16 13:48:18 02722_line_as_string_consistency: [ OK ] 8.89 sec.
2024-12-16 13:48:18 02714_date_date32_in: [ OK ] 3.47 sec.
2024-12-16 13:48:18 02725_async_insert_table_setting: [ OK ] 13.89 sec.
2024-12-16 13:48:19 02761_ddl_initial_query_id: [ OK ] 32.18 sec.
2024-12-16 13:48:22 02725_parquet_preserve_order: [ OK ] 16.83 sec.
2024-12-16 13:48:22 02709_storage_memory_compressed: [ OK ] 3.61 sec.
2024-12-16 13:48:23 02710_allow_suspicious_indices: [ OK ] 4.31 sec.
2024-12-16 13:48:23 02708_parallel_replicas_not_found_column: [ OK ] 3.55 sec.
2024-12-16 13:48:26 02817_structure_to_schema: [ OK ] 101.82 sec.
2024-12-16 13:48:26 02695_logical_optimizer_alias_bug: [ OK ] 3.58 sec.
2024-12-16 13:48:26 02702_logical_optimizer_with_nulls: [ OK ] 4.28 sec.
2024-12-16 13:48:27 02706_arrow_different_dictionaries: [ OK ] 5.49 sec.
2024-12-16 13:48:29 02691_drop_column_with_projections_replicated: [ OK ] 3.71 sec.
2024-12-16 13:48:30 02686_bson3: [ OK ] 3.24 sec.
2024-12-16 13:48:30 02724_limit_num_mutations: [ OK ] 22.82 sec.
2024-12-16 13:48:31 02790_async_queries_in_query_log: [ OK ] 75.33 sec.
2024-12-16 13:48:33 02680_instr_alias_for_position_case_insensitive: [ OK ] 3.46 sec.
2024-12-16 13:48:34 02680_datetime64_monotonic_check: [ OK ] 4.09 sec.
2024-12-16 13:48:34 02676_trailing_commas: [ OK ] 3.70 sec.
2024-12-16 13:48:35 02681_undrop_query: [ OK ] 7.64 sec.
2024-12-16 13:48:35 02676_analyzer_limit_offset: [ OK ] 4.25 sec.
2024-12-16 13:48:36 02674_date_int_string_json_inference: [ OK ] 3.25 sec.
2024-12-16 13:48:38 02668_column_block_number_with_projections: [ OK ] 3.99 sec.
2024-12-16 13:48:40 02702_allow_skip_errors_enum: [ OK ] 17.01 sec.
2024-12-16 13:48:40 02662_sparse_columns_mutations_1: [ OK ] 5.06 sec.
2024-12-16 13:48:43 02668_parse_datetime: [ OK ] 9.17 sec.
2024-12-16 13:48:43 02596_build_set_and_remote: [ OK ] 5.74 sec.
2024-12-16 13:48:45 02591_protobuf_nested_arrays: [ OK ] 5.36 sec.
2024-12-16 13:48:46 02714_async_inserts_empty_data: [ OK ] 27.42 sec.
2024-12-16 13:48:47 02591_bson_long_tuple: [ OK ] 3.50 sec.
2024-12-16 13:48:48 02593_bson_more_types: [ OK ] 8.06 sec.
2024-12-16 13:48:49 02580_like_substring_search_bug: [ OK ] 3.37 sec.
2024-12-16 13:48:50 02681_final_excessive_reading_bug: [ OK ] 23.44 sec.
2024-12-16 13:48:50 02573_quantile_fuse_msan: [ OK ] 3.52 sec.
2024-12-16 13:48:52 02588_parquet_bug: [ OK ] 8.41 sec.
2024-12-16 13:48:53 02569_order_by_aggregation_result: [ OK ] 4.04 sec.
2024-12-16 13:48:54 02565_update_empty_nested: [ OK ] 4.08 sec.
2024-12-16 13:48:55 02562_with_fill_nullable: [ OK ] 3.57 sec.
2024-12-16 13:48:57 02560_null_as_default: [ OK ] 3.68 sec.
2024-12-16 13:48:58 02559_nested_multiple_levels_default: [ OK ] 3.70 sec.
2024-12-16 13:48:58 02554_invalid_create_view_syntax: [ OK ] 3.10 sec.
2024-12-16 13:49:01 02554_fix_grouping_sets_predicate_push_down: [ OK ] 4.24 sec.
2024-12-16 13:49:01 02564_query_id_header: [ OK ] 11.04 sec.
2024-12-16 13:49:02 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 3.19 sec.
2024-12-16 13:49:02 02552_sparse_columns_intersect: [ OK ] 3.85 sec.
2024-12-16 13:49:05 02552_check_referential_table_dependencies: [ OK ] 3.82 sec.
2024-12-16 13:49:05 02541_empty_function_support_ip: [ OK ] 3.60 sec.
2024-12-16 13:49:05 02541_tuple_element_with_null: [ OK ] 3.61 sec.
2024-12-16 13:49:09 02540_duplicate_primary_key: [ OK ] 3.59 sec.
2024-12-16 13:49:09 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 3.88 sec.
2024-12-16 13:49:12 02539_generate_random_map: [ OK ] 3.48 sec.
2024-12-16 13:49:13 02540_date_column_consistent_insert_behaviour: [ OK ] 7.04 sec.
2024-12-16 13:49:13 02537_system_formats: [ OK ] 3.59 sec.
2024-12-16 13:49:15 02536_system_sync_file_cache: [ OK ] 3.06 sec.
2024-12-16 13:49:16 02536_date_from_number_inference_fix: [ OK ] 3.49 sec.
2024-12-16 13:49:16 02535_analyzer_limit_offset: [ OK ] 3.43 sec.
2024-12-16 13:49:18 02570_fallback_from_async_insert: [ OK ] 29.85 sec.
2024-12-16 13:49:18 02534_default_granularity: [ OK ] 2.79 sec.
2024-12-16 13:49:20 02533_generate_random_schema_inference: [ OK ] 3.69 sec.
2024-12-16 13:49:22 02531_storage_join_null_44940: [ OK ] 3.73 sec.
2024-12-16 13:49:24 02527_storage_merge_prewhere_different_type: [ OK ] 4.23 sec.
2024-12-16 13:49:27 02543_alter_rename_modify_stuck: [ OK ] 25.37 sec.
2024-12-16 13:49:28 02523_range_const_start: [ OK ] 3.41 sec.
2024-12-16 13:49:31 02534_keyed_siphash: [ OK ] 14.94 sec.
2024-12-16 13:49:32 02519_monotonicity_fuzz: [ OK ] 3.68 sec.
2024-12-16 13:49:32 02525_range_hashed_dictionary_update_field: [ OK ] 10.13 sec.
2024-12-16 13:49:35 02518_delete_on_materialized_view: [ OK ] 3.66 sec.
2024-12-16 13:49:36 02517_union_columns_order: [ OK ] 3.68 sec.
2024-12-16 13:49:37 02531_two_level_aggregation_bug: [ OK ] 19.21 sec.
2024-12-16 13:49:37 02517_avro_bool_type: [ OK ] 5.39 sec.
2024-12-16 13:49:39 02515_distinct_zero_size_key_bug_44831: [ OK ] 3.72 sec.
2024-12-16 13:49:40 02515_fix_any_parsing: [ OK ] 4.29 sec.
2024-12-16 13:49:40 02515_tuple_lambda_parsing: [ OK ] 3.20 sec.
2024-12-16 13:49:41 02515_generate_ulid: [ OK ] 3.65 sec.
2024-12-16 13:49:42 02581_share_big_sets_between_mutation_tasks: [ OK ] 56.37 sec.
2024-12-16 13:49:44 02509_h3_arguments: [ OK ] 4.03 sec.
2024-12-16 13:49:44 02513_csv_bool_allow_crlf: [ OK ] 5.53 sec.
2024-12-16 13:49:44 02506_date_time64_floating_point_negative_value: [ OK ] 4.06 sec.
2024-12-16 13:49:45 02504_explain_ast_insert: [ OK ] 3.89 sec.
2024-12-16 13:49:45 02504_bar_fractions: [ OK ] 3.51 sec.
2024-12-16 13:49:48 02499_analyzer_aggregate_function_lambda_crash_fix: [ OK ] 3.39 sec.
2024-12-16 13:49:48 02497_analyzer_sum_if_count_if_pass_crash_fix: [ OK ] 3.37 sec.
2024-12-16 13:49:50 02497_storage_join_right_assert: [ OK ] 4.22 sec.
2024-12-16 13:49:50 02497_schema_inference_nulls: [ OK ] 5.17 sec.
2024-12-16 13:49:51 02499_extract_key_value_pairs_multiple_input: [ OK ] 7.22 sec.
2024-12-16 13:49:54 02495_sum_if_to_count_if_bug: [ OK ] 3.86 sec.
2024-12-16 13:49:55 02497_if_transform_strings_to_enum: [ OK ] 6.70 sec.
2024-12-16 13:49:56 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 4.58 sec.
2024-12-16 13:49:56 02496_from_unixtime_in_joda_syntax: [ OK ] 6.47 sec.
2024-12-16 13:49:59 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 4.56 sec.
2024-12-16 13:49:59 02493_analyzer_sum_if_to_count_if: [ OK ] 4.81 sec.
2024-12-16 13:50:00 02482_value_block_assert: [ OK ] 3.67 sec.
2024-12-16 13:50:02 02482_if_with_nothing_argument: [ OK ] 3.61 sec.
2024-12-16 13:50:03 02497_storage_file_reader_selection: [ OK ] 15.15 sec.
2024-12-16 13:50:04 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 4.17 sec.
2024-12-16 13:50:10 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 7.05 sec.
2024-12-16 13:50:22 02480_analyzer_alias_nullptr: [ OK ] 17.86 sec.
2024-12-16 13:50:22 02480_interval_casting_and_subquery: [ OK ] 18.96 sec.
2024-12-16 13:50:26 02481_async_insert_race_long: [ OK ] 26.18 sec.
2024-12-16 13:50:28 02480_suspicious_lowcard_in_key: [ OK ] 17.95 sec.
2024-12-16 13:50:30 02479_nullable_primary_key_non_first_column: [ OK ] 3.85 sec.
2024-12-16 13:50:30 02480_max_map_null_totals: [ OK ] 8.41 sec.
2024-12-16 13:50:31 02479_analyzer_aggregation_crash: [ OK ] 3.71 sec.
2024-12-16 13:50:36 02477_age: [ OK ] 5.54 sec.
2024-12-16 13:50:36 02477_fuse_quantiles: [ OK ] 4.76 sec.
2024-12-16 13:50:39 02521_aggregation_by_partitions: [ OK ] 72.04 sec.
2024-12-16 13:50:42 02476_fuse_sum_count: [ OK ] 5.47 sec.
2024-12-16 13:50:42 02477_invalid_reads: [ OK ] 6.33 sec.
2024-12-16 13:50:43 02476_fix_lambda_parsing: [ OK ] 4.43 sec.
2024-12-16 13:50:45 02476_fix_cast_parser_bug: [ OK ] 3.07 sec.
2024-12-16 13:50:46 02476_query_parameters_without_serialisation: [ OK ] 3.78 sec.
2024-12-16 13:50:47 02475_date_time_schema_inference_bug: [ OK ] 3.52 sec.
2024-12-16 13:50:50 02473_extract_low_cardinality_from_json: [ OK ] 3.50 sec.
2024-12-16 13:50:50 02475_precise_decimal_arithmetics: [ OK ] 4.82 sec.
2024-12-16 13:50:50 02480_client_option_print_num_processed_rows: [ OK ] 27.35 sec.
2024-12-16 13:50:52 02483_elapsed_time: [ OK ] 55.43 sec.
2024-12-16 13:50:54 02467_set_with_lowcardinality_type: [ OK ] 3.85 sec.
2024-12-16 13:50:54 02464_decimal_scale_buffer_overflow: [ OK ] 3.76 sec.
2024-12-16 13:50:54 02462_number_to_datetype: [ OK ] 4.39 sec.
2024-12-16 13:50:55 02661_read_from_archive_targz: [ OK ] 139.25 sec.
2024-12-16 13:50:55 02661_read_from_archive_tarbzip2: [ OK ] 138.92 sec.
2024-12-16 13:50:57 02460_prewhere_row_level_policy: [ OK ] 3.64 sec.
2024-12-16 13:50:58 02459_materialized_view_default_value: [ OK ] 3.99 sec.
2024-12-16 13:50:58 02456_aggregate_state_conversion: [ OK ] 3.60 sec.
2024-12-16 13:50:59 02456_datetime_schema_inference: [ OK ] 3.85 sec.
2024-12-16 13:51:02 02455_duplicate_column_names_in_schema_inference: [ OK ] 3.21 sec.
2024-12-16 13:51:02 02461_prewhere_row_level_policy_lightweight_delete: [ OK ] 10.07 sec.
2024-12-16 13:51:02 02455_default_union_except_intersect: [ OK ] 4.39 sec.
2024-12-16 13:51:04 02454_set_parameters_formatting: [ OK ] 4.49 sec.
2024-12-16 13:51:05 02453_check_path_in_errors_logger: [ OK ] 3.66 sec.
2024-12-16 13:51:05 02434_cancel_insert_when_client_dies: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:51:07 02442_auxiliary_zookeeper_endpoint_id: [ OK ] 4.53 sec.
2024-12-16 13:51:09 02477_projection_materialize_and_zero_copy: [ OK ] 38.60 sec.
2024-12-16 13:51:09 02457_s3_cluster_schema_inference: [ OK ] 14.66 sec.
2024-12-16 13:51:10 02429_groupBitmap_chain_state: [ OK ] 4.32 sec.
2024-12-16 13:51:12 02427_msan_group_array_resample: [ OK ] 3.38 sec.
2024-12-16 13:51:13 02428_combinators_with_over_statement: [ OK ] 3.90 sec.
2024-12-16 13:51:13 02424_pod_array_overflow: [ OK ] 3.18 sec.
2024-12-16 13:51:16 02423_multidimensional_array_get_data_at: [ OK ] 3.39 sec.
2024-12-16 13:51:18 02421_formats_with_totals_and_extremes: [ OK ] 5.16 sec.
2024-12-16 13:51:37 02419_keeper_map_primary_key: [ OK ] 19.41 sec.
2024-12-16 13:51:39 02456_async_inserts_logs: [ OK ] 41.39 sec.
2024-12-16 13:51:41 02448_clone_replica_lost_part: [ OK ] 38.87 sec.
2024-12-16 13:51:42 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 4.26 sec.
2024-12-16 13:51:45 02416_in_set_same_ast_diff_columns: [ OK ] 3.56 sec.
2024-12-16 13:51:45 02435_rollback_cancelled_queries: [ OK ] 41.46 sec.
2024-12-16 13:51:49 02416_keeper_map: [ OK ] 8.15 sec.
2024-12-16 13:51:49 02402_merge_engine_with_view: [ OK ] 3.95 sec.
2024-12-16 13:51:50 02403_arrow_large_string: [ OK ] 5.25 sec.
2024-12-16 13:51:52 02392_every_setting_must_have_documentation: [ OK ] 3.45 sec.
2024-12-16 13:51:53 02386_analyzer_in_function_nested_subqueries: [ OK ] 3.44 sec.
2024-12-16 13:51:54 02384_nullable_low_cardinality_as_dict_in_arrow: [ OK ] 3.65 sec.
2024-12-16 13:51:57 02383_array_signed_const_positive_index: [ OK ] 4.22 sec.
2024-12-16 13:52:01 02381_setting_value_auto: [ OK ] 3.70 sec.
2024-12-16 13:52:01 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:52:05 02381_compress_marks_and_primary_key: [ OK ] 10.84 sec.
2024-12-16 13:52:06 02381_arrow_dict_of_nullable_string_to_lc: [ OK ] 5.25 sec.
2024-12-16 13:52:09 02379_analyzer_subquery_depth: [ OK ] 3.67 sec.
2024-12-16 13:52:14 02377_modify_column_from_lc: [ OK ] 4.94 sec.
2024-12-16 13:52:17 02417_load_marks_async: [ OK ] 38.58 sec.
2024-12-16 13:52:19 02376_analyzer_in_function_subquery: [ OK ] 5.11 sec.
2024-12-16 13:52:22 02375_analyzer_union: [ OK ] 4.59 sec.
2024-12-16 13:52:24 02373_analyzer_join_use_nulls: [ OK ] 4.78 sec.
2024-12-16 13:52:27 02366_kql_extend: [ OK ] 4.40 sec.
2024-12-16 13:52:27 02366_union_decimal_conversion: [ OK ] 3.69 sec.
2024-12-16 13:52:31 02366_kql_native_interval_format: [ OK ] 4.09 sec.
2024-12-16 13:52:31 02366_kql_distinct: [ OK ] 3.68 sec.
2024-12-16 13:52:32 02383_arrow_dict_special_cases: [ OK ] 39.52 sec.
2024-12-16 13:52:34 02473_multistep_prewhere: [ OK ] 107.61 sec.
2024-12-16 13:52:35 02366_normalize_aggregate_function_types_and_states: [ OK ] 3.90 sec.
2024-12-16 13:52:35 02355_column_type_name_lc: [ OK ] 3.40 sec.
2024-12-16 13:52:38 02354_with_statement_non_exist_column: [ OK ] 3.55 sec.
2024-12-16 13:52:39 02359_send_logs_source_regexp: [ OK ] 7.38 sec.
2024-12-16 13:52:39 02352_lightweight_delete_and_object_column: [ OK ] 3.92 sec.
2024-12-16 13:52:42 02347_rank_corr_nan: [ OK ] 3.75 sec.
2024-12-16 13:52:43 02346_inverted_index_detach_attach: [ OK ] 3.74 sec.
2024-12-16 13:52:46 02353_order_by_tuple: [ OK ] 10.94 sec.
2024-12-16 13:52:47 02346_non_negative_derivative: [ OK ] 5.11 sec.
2024-12-16 13:52:49 02346_inverted_index_bug59039: [ OK ] 3.25 sec.
2024-12-16 13:52:50 02346_additional_filters: [ OK ] 6.30 sec.
2024-12-16 13:52:51 02343_analyzer_lambdas_issue_36677: [ OK ] 3.96 sec.
2024-12-16 13:52:53 02343_analyzer_column_transformers_strict: [ OK ] 3.80 sec.
2024-12-16 13:52:54 02343_aggregation_pipeline: [ OK ] 4.63 sec.
2024-12-16 13:52:55 02377_extend_protocol_with_query_parameters: [ OK ] 48.32 sec.
2024-12-16 13:52:55 02341_global_join_cte: [ OK ] 4.39 sec.
2024-12-16 13:52:57 02340_union_header: [ OK ] 3.80 sec.
2024-12-16 13:52:58 02336_sort_optimization_with_fill: [ OK ] 3.28 sec.
2024-12-16 13:52:59 02327_try_infer_integers_schema_inference: [ OK ] 4.15 sec.
2024-12-16 13:52:59 02326_numbers_from_json_strings_schema_inference: [ OK ] 3.64 sec.
2024-12-16 13:53:00 02326_settings_changes_system_table: [ OK ] 3.48 sec.
2024-12-16 13:53:02 02319_timeslots_dt64: [ OK ] 4.19 sec.
2024-12-16 13:53:02 02316_literal_no_octal: [ OK ] 3.44 sec.
2024-12-16 13:53:03 02315_replace_multiif_to_if: [ OK ] 3.47 sec.
2024-12-16 13:53:04 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 3.57 sec.
2024-12-16 13:53:06 02310_generate_multi_columns_with_uuid: [ OK ] 3.43 sec.
2024-12-16 13:53:07 02311_system_zookeeper_insert: [ OK ] 5.02 sec.
2024-12-16 13:53:08 02306_rowbinary_has_no_bom: [ OK ] 4.07 sec.
2024-12-16 13:53:08 02310_clickhouse_local_INSERT_progress_profile_events: [ OK ] 6.22 sec.
2024-12-16 13:53:10 02346_aggregation_in_order_fixed_prefix: [ OK ] 31.14 sec.
2024-12-16 13:53:11 02303_cast_nullable_to_custom_types: [ OK ] 4.16 sec.
2024-12-16 13:53:13 02306_part_types_profile_events: [ OK ] 6.94 sec.
2024-12-16 13:53:13 02421_type_json_empty_parts: [ OK ] 120.17 sec.
2024-12-16 13:53:14 02302_column_decl_null_before_defaul_value: [ OK ] 5.37 sec.
2024-12-16 13:53:16 02296_ttl_non_deterministic: [ OK ] 4.35 sec.
2024-12-16 13:53:16 02301_harmful_reexec: [ OK ] 6.63 sec.
2024-12-16 13:53:17 02293_compatibility_ignore_auto_increment_in_create_table: [ OK ] 3.59 sec.
2024-12-16 13:53:18 02293_ilike_on_fixed_strings: [ OK ] 3.73 sec.
2024-12-16 13:53:18 02294_dictionaries_hierarchical_index: [ OK ] 4.81 sec.
2024-12-16 13:53:19 02293_optimize_aggregation_in_order_Array_functions: [ OK ] 3.77 sec.
2024-12-16 13:53:21 02293_h3_distance: [ OK ] 4.31 sec.
2024-12-16 13:53:22 02303_query_kind: [ OK ] 13.57 sec.
2024-12-16 13:53:22 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:53:22 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 5.13 sec.
2024-12-16 13:53:22 02292_hash_array_tuples: [ OK ] 4.00 sec.
2024-12-16 13:53:22 02287_ephemeral_format_crash: [ OK ] 2.87 sec.
2024-12-16 13:53:25 02269_to_start_of_interval_overflow: [ OK ] 3.29 sec.
2024-12-16 13:53:26 02269_create_table_with_collation: [ OK ] 3.54 sec.
2024-12-16 13:53:26 02276_full_sort_join_unsupported: [ OK ] 4.85 sec.
2024-12-16 13:53:27 02293_grouping_function_group_by: [ OK ] 9.12 sec.
2024-12-16 13:53:30 02267_jsonlines_ndjson_format: [ OK ] 3.81 sec.
2024-12-16 13:53:30 02267_output_format_prometheus: [ OK ] 4.08 sec.
2024-12-16 13:53:30 02267_special_operator_parse_alias_check: [ OK ] 4.92 sec.
2024-12-16 13:53:33 02266_auto_add_nullable: [ OK ] 3.66 sec.
2024-12-16 13:53:35 02265_per_table_ttl_mutation_on_change: [ OK ] 4.70 sec.
2024-12-16 13:53:38 02260_alter_compact_part_drop_nested_column: [ OK ] 4.24 sec.
2024-12-16 13:53:39 02265_column_ttl: [ OK ] 8.23 sec.
2024-12-16 13:53:42 02248_nullable_custom_types_to_string: [ OK ] 3.66 sec.
2024-12-16 13:53:48 02245_make_datetime64: [ OK ] 6.05 sec.
2024-12-16 13:53:54 02245_s3_support_read_nested_column: [ OK ] 5.79 sec.
2024-12-16 13:53:55 02250_ON_CLUSTER_grant: [ OK ] 20.52 sec.
2024-12-16 13:53:57 02271_replace_partition_many_tables: [ OK ] 34.64 sec.
2024-12-16 13:53:59 02244_url_engine_headers_test: [ OK ] 4.37 sec.
2024-12-16 13:53:59 02250_lots_of_columns_in_csv_with_names: [ OK ] 21.49 sec.
2024-12-16 13:54:00 02242_optimize_to_subcolumns_no_storage: [ OK ] 3.47 sec.
2024-12-16 13:54:03 02242_subcolumns_sizes: [ OK ] 4.09 sec.
2024-12-16 13:54:11 02274_full_sort_join_nodistinct: [ OK ] 48.95 sec.
2024-12-16 13:54:22 02266_protobuf_format_google_wrappers: [ OK ] 54.87 sec.
2024-12-16 13:54:27 02235_remote_fs_cache_stress: [ OK ] 16.02 sec.
2024-12-16 13:54:28 02235_check_table_sparse_serialization: [ OK ] 6.02 sec.
2024-12-16 13:54:32 02233_interpolate_1: [ OK ] 5.24 sec.
2024-12-16 13:54:33 02237_lzma_bug: [ OK ] 30.04 sec.
2024-12-16 13:54:36 02231_bloom_filter_sizing: [ OK ] 7.66 sec.
2024-12-16 13:54:37 02226_async_insert_table_function: [ OK ] 3.79 sec.
2024-12-16 13:54:41 02220_array_join_format: [ OK ] 3.47 sec.
2024-12-16 13:54:42 02229_client_stop_multiquery_in_SIGINT: [ OK ] 10.25 sec.
2024-12-16 13:54:45 02212_h3_get_pentagon_indexes: [ OK ] 4.31 sec.
2024-12-16 13:54:50 02206_minimum_sample_size: [ OK ] 4.63 sec.
2024-12-16 13:54:50 02242_case_insensitive_nested: [ OK ] 50.65 sec.
2024-12-16 13:54:50 02204_fractional_progress_bar_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:54:50 02225_parallel_distributed_insert_select_view: [ OK ] 14.27 sec.
2024-12-16 13:54:51 02210_processors_profile_log: [ OK ] 8.16 sec.
2024-12-16 13:54:53 02242_case_insensitive_column_matching: [ OK ] 57.30 sec.
2024-12-16 13:54:54 02192_comment: [ OK ] 3.61 sec.
2024-12-16 13:54:54 02205_ephemeral_1: [ OK ] 4.40 sec.
2024-12-16 13:54:55 02191_nested_with_dots: [ OK ] 4.05 sec.
2024-12-16 13:54:56 02180_group_by_lowcardinality: [ OK ] 1.10 sec.
2024-12-16 13:54:57 02188_parser_dictionary_primary_key: [ OK ] 4.31 sec.
2024-12-16 13:54:57 02184_range_hashed_dictionary_outside_range_values: [ OK ] 3.65 sec.
2024-12-16 13:54:58 02193_async_insert_tcp_client_1: [ OK ] 7.64 sec.
2024-12-16 13:54:58 02181_format_describe_query: [ OK ] 4.45 sec.
2024-12-16 13:55:00 02179_range_hashed_dictionary_invalid_interval: [ OK ] 3.95 sec.
2024-12-16 13:55:01 02165_insert_from_infile: [ OK ] 3.44 sec.
2024-12-16 13:55:02 02165_h3_edge_length_km: [ OK ] 3.81 sec.
2024-12-16 13:55:03 02164_materialized_view_support_virtual_column: [ OK ] 3.52 sec.
2024-12-16 13:55:04 02164_clickhouse_local_interactive_exception: [ OK ] 5.33 sec.
2024-12-16 13:55:05 02160_monthname: [ OK ] 3.86 sec.
2024-12-16 13:55:07 02158_proportions_ztest: [ OK ] 3.81 sec.
2024-12-16 13:55:07 02158_ztest_cmp: [ OK ] 5.80 sec.
2024-12-16 13:55:08 02156_storage_merge_prewhere_not_ready_set_bug: [ OK ] 4.27 sec.
2024-12-16 13:55:10 02155_dictionary_comment: [ OK ] 4.89 sec.
2024-12-16 13:55:11 02155_nested_lc_defalut_bug: [ OK ] 3.86 sec.
2024-12-16 13:55:11 02154_default_keyword_insert: [ OK ] 3.66 sec.
2024-12-16 13:55:11 02151_lc_prefetch: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 13:55:13 02152_short_circuit_throw_if: [ OK ] 3.73 sec.
2024-12-16 13:55:15 02150_replace_regexp_all_empty_match: [ OK ] 3.82 sec.
2024-12-16 13:55:16 02152_bool_type: [ OK ] 5.15 sec.
2024-12-16 13:55:17 02154_bit_slice_for_string: [ OK ] 8.87 sec.
2024-12-16 13:55:17 02149_issue_32487: [ OK ] 3.79 sec.
2024-12-16 13:55:22 02142_http_with_query_parameters: [ OK ] 4.46 sec.
2024-12-16 13:55:22 02148_issue_32737: [ OK ] 4.88 sec.
2024-12-16 13:55:27 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 4.58 sec.
2024-12-16 13:55:27 02140_clickhouse_local_queries_file_table: [ OK ] 5.67 sec.
2024-12-16 13:55:31 02133_issue_32458: [ OK ] 3.81 sec.
2024-12-16 13:55:32 02131_mv_many_chunks_bug: [ OK ] 4.09 sec.
2024-12-16 13:55:34 02128_hex_bin_on_uuid: [ OK ] 3.55 sec.
2024-12-16 13:55:40 02126_lc_window_functions: [ OK ] 6.33 sec.
2024-12-16 13:55:43 02177_issue_31009_pt2: [ OK ] 46.23 sec.
2024-12-16 13:55:46 02421_truncate_isolation_no_merges: [ OK ] 270.23 sec.
2024-12-16 13:55:47 02125_low_cardinality_int256: [ OK ] 3.53 sec.
2024-12-16 13:55:49 02125_fix_storage_filelog: [ OK ] 3.08 sec.
2024-12-16 13:55:56 02149_read_in_order_fixed_prefix_negative: [ OK ] 39.30 sec.
2024-12-16 13:55:56 02126_fix_filelog: [ OK ] 24.19 sec.
2024-12-16 13:55:57 02124_insert_deduplication_token_materialized_views: [ OK ] 9.84 sec.
2024-12-16 13:56:15 02122_parallel_formatting_TSVWithNames: [ OK ] 19.54 sec.
2024-12-16 13:56:16 02122_parallel_formatting_JSONCompact: [ OK ] 19.76 sec.
2024-12-16 13:56:21 02241_join_rocksdb_bs: [ OK ] 140.98 sec.
2024-12-16 13:56:34 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 38.50 sec.
2024-12-16 13:56:36 02428_parameterized_view: [ OK ] 329.30 sec.
2024-12-16 13:56:37 02125_lz4_compression_bug_Values: [ OK ] 56.31 sec.
2024-12-16 13:56:37 02122_parallel_formatting_JSONEachRow: [ OK ] 21.98 sec.
2024-12-16 13:56:38 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 48.87 sec.
2024-12-16 13:56:40 02117_show_create_table_system: [ OK ] 3.64 sec.
2024-12-16 13:56:41 02115_map_contains: [ OK ] 3.85 sec.
2024-12-16 13:56:41 02114_offset_fetch_without_order_by: [ OK ] 4.14 sec.
2024-12-16 13:56:42 02122_parallel_formatting_Markdown: [ OK ] 21.19 sec.
2024-12-16 13:56:43 02114_bool_type: [ OK ] 3.25 sec.
2024-12-16 13:56:44 02113_base64encode_trailing_bytes_1: [ OK ] 3.61 sec.
2024-12-16 13:56:45 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 28.86 sec.
2024-12-16 13:56:46 02111_json_column_name_encoding: [ OK ] 3.46 sec.
2024-12-16 13:56:47 02111_function_mapExtractKeyLike: [ OK ] 4.24 sec.
2024-12-16 13:56:47 02112_delayed_clickhouse_local: [ OK ] 5.85 sec.
2024-12-16 13:56:50 02100_now64_types_bug: [ OK ] 3.51 sec.
2024-12-16 13:56:50 02101_avro_union_index_out_of_boundary: [ OK ] 5.87 sec.
2024-12-16 13:56:51 02098_date32_comparison: [ OK ] 3.99 sec.
2024-12-16 13:56:54 02095_function_get_os_kernel_version: [ OK ] 3.52 sec.
2024-12-16 13:56:55 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 3.77 sec.
2024-12-16 13:57:02 02122_parallel_formatting_JSONCompactStringsEachRowWithNamesAndTypes: [ OK ] 28.02 sec.
2024-12-16 13:57:06 02048_clickhouse_local_stage: [ OK ] 10.70 sec.
2024-12-16 13:57:07 02067_lost_part_s3: [ OK ] 16.91 sec.
2024-12-16 13:57:11 02044_exists_operator: [ OK ] 3.92 sec.
2024-12-16 13:57:15 02039_group_by_with_totals_having: [ OK ] 4.01 sec.
2024-12-16 13:57:15 02048_parallel_reading_from_infile: [ OK ] 12.70 sec.
2024-12-16 13:57:16 02149_schema_inference_formats_with_schema_1: [ OK ] 120.88 sec.
2024-12-16 13:57:19 02035_isNull_isNotNull_format: [ OK ] 3.78 sec.
2024-12-16 13:57:20 02029_test_implemented_methods: [ OK ] 4.09 sec.
2024-12-16 13:57:23 02028_system_data_skipping_indices_size: [ OK ] 3.83 sec.
2024-12-16 13:57:24 02025_subcolumns_compact_parts: [ OK ] 4.03 sec.
2024-12-16 13:57:27 02023_parser_number_binary_literal: [ OK ] 3.99 sec.
2024-12-16 13:57:28 02050_client_profile_events: [ OK ] 34.06 sec.
2024-12-16 13:57:28 02021_prewhere_always_true_where: [ OK ] 3.79 sec.
2024-12-16 13:57:30 02018_multiple_with_fill_for_the_same_column: [ OK ] 3.31 sec.
2024-12-16 13:57:35 02016_bit_shift_right_for_string_integer: [ OK ] 7.32 sec.
2024-12-16 13:57:35 02013_bloom_filter_hasAll: [ OK ] 4.78 sec.
2024-12-16 13:57:39 02012_changed_enum_type_non_replicated: [ OK ] 3.61 sec.
2024-12-16 13:57:39 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 4.03 sec.
2024-12-16 13:57:41 02114_hdfs_bad_url: [ OK ] 62.68 sec.
2024-12-16 13:57:42 02012_get_server_port: [ OK ] 3.68 sec.
2024-12-16 13:57:43 02011_http_parsing: [ OK ] 4.04 sec.
2024-12-16 13:57:45 02009_mysql_client_empty_result: [ OK ] 4.35 sec.
2024-12-16 13:57:47 02009_decimal_no_trailing_zeros: [ OK ] 4.14 sec.
2024-12-16 13:57:47 02030_rocksdb_race_long: [ OK ] 31.77 sec.
2024-12-16 13:57:47 02009_body_query_params: [ OK ] 4.03 sec.
2024-12-16 13:57:48 02015_async_inserts_5: [ OK ] 20.18 sec.
2024-12-16 13:57:51 02006_use_constants_in_with_and_select: [ OK ] 3.83 sec.
2024-12-16 13:57:52 02008_materialize_column: [ OK ] 5.02 sec.
2024-12-16 13:57:52 01951_distributed_push_down_limit: [ OK ] 3.68 sec.
2024-12-16 13:57:55 01942_untuple_transformers_msan: [ OK ] 3.46 sec.
2024-12-16 13:57:56 01940_totimezone_operator_monotonicity: [ OK ] 3.75 sec.
2024-12-16 13:57:56 01943_pmj_non_joined_stuck: [ OK ] 5.14 sec.
2024-12-16 13:57:56 02001_compress_output_file: [ OK ] 8.76 sec.
2024-12-16 13:58:00 01939_type_map_json: [ OK ] 3.92 sec.
2024-12-16 13:58:00 01938_joins_identifiers: [ OK ] 3.93 sec.
2024-12-16 13:58:00 01936_quantiles_cannot_return_null: [ OK ] 3.86 sec.
2024-12-16 13:58:00 01940_pad_string: [ OK ] 5.11 sec.
2024-12-16 13:58:04 01932_null_valid_identifier: [ OK ] 3.83 sec.
2024-12-16 13:58:04 01933_invalid_date: [ OK ] 4.38 sec.
2024-12-16 13:58:04 02009_from_infile: [ OK ] 18.58 sec.
2024-12-16 13:58:04 02101_empty_as_default_and_omitted_fields: [ OK ] 78.94 sec.
2024-12-16 13:58:04 01926_date_date_time_supertype: [ OK ] 4.07 sec.
2024-12-16 13:58:08 01926_union_all_schmak: [ OK ] 3.55 sec.
2024-12-16 13:58:08 01925_broken_partition_id_zookeeper: [ OK ] 3.84 sec.
2024-12-16 13:58:08 01923_different_expression_name_alias: [ OK ] 3.98 sec.
2024-12-16 13:58:09 01923_ttl_with_modify_column: [ OK ] 4.52 sec.
2024-12-16 13:58:09 01925_map_populate_series_on_map: [ OK ] 5.16 sec.
2024-12-16 13:58:11 01921_not_chain: [ OK ] 3.51 sec.
2024-12-16 13:58:12 01921_with_fill_with_totals: [ OK ] 3.53 sec.
2024-12-16 13:58:13 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 3.67 sec.
2024-12-16 13:58:13 01907_multiple_aliases: [ OK ] 3.56 sec.
2024-12-16 13:58:17 01906_lc_in_bug: [ OK ] 5.12 sec.
2024-12-16 13:58:17 01902_table_function_merge_db_params: [ OK ] 4.03 sec.
2024-12-16 13:58:18 01922_client_param: [ OK ] 10.89 sec.
2024-12-16 13:58:21 01891_not_in_partition_prune: [ OK ] 4.26 sec.
2024-12-16 13:58:22 02047_log_family_complex_structs_data_file_dumps: [ OK ] 75.41 sec.
2024-12-16 13:58:22 01889_tokenize: [ OK ] 3.78 sec.
2024-12-16 13:58:26 01889_key_condition_function_chains: [ OK ] 4.42 sec.
2024-12-16 13:58:26 01881_create_as_tuple: [ OK ] 3.78 sec.
2024-12-16 13:58:28 01894_jit_aggregation_function_max_long: [ OK ] 11.58 sec.
2024-12-16 13:58:34 01882_total_rows_approx: [ OK ] 12.53 sec.
2024-12-16 13:58:36 01881_join_on_conditions_merge: [ OK ] 9.98 sec.
2024-12-16 13:58:36 01874_select_from_trailing_whitespaces: [ OK ] 7.33 sec.
2024-12-16 13:58:40 01865_aggregator_overflow_row: [ OK ] 4.33 sec.
2024-12-16 13:58:40 01866_datetime64_cmp_with_constant: [ OK ] 4.56 sec.
2024-12-16 13:58:43 01881_join_on_conditions_hash: [ OK ] 16.59 sec.
2024-12-16 13:58:43 01903_correct_block_size_prediction_with_default: [ OK ] 31.18 sec.
2024-12-16 13:58:44 01853_s2_cells_intersect: [ OK ] 3.58 sec.
2024-12-16 13:58:45 01855_jit_comparison_constant_result: [ OK ] 4.41 sec.
2024-12-16 13:58:47 01900_kill_mutation_parallel_long: [ OK ] 33.98 sec.
2024-12-16 13:58:47 01851_fix_row_policy_empty_result: [ OK ] 3.54 sec.
2024-12-16 13:58:48 01852_cast_operator: [ OK ] 4.19 sec.
2024-12-16 13:58:50 01852_hints_enum_name: [ OK ] 7.27 sec.
2024-12-16 13:58:51 01833_test_collation_alvarotuso: [ OK ] 3.94 sec.
2024-12-16 13:58:51 01825_type_json_order_by: [ OK ] 3.46 sec.
2024-12-16 13:58:51 01825_type_json_5: [ OK ] 3.94 sec.
2024-12-16 13:58:54 01825_type_json_bools: [ OK ] 3.49 sec.
2024-12-16 13:58:59 01834_alias_columns_laziness_filimonov: [ OK ] 14.01 sec.
2024-12-16 13:58:59 01927_query_views_log_matview_exceptions: [ OK ] 58.53 sec.
2024-12-16 13:59:02 01872_initial_query_start_time: [ OK ] 27.28 sec.
2024-12-16 13:59:03 01825_type_json_missed_values: [ OK ] 3.96 sec.
2024-12-16 13:59:03 01825_type_json_parallel_insert: [ OK ] 11.78 sec.
2024-12-16 13:59:03 01825_type_json_field: [ OK ] 4.14 sec.
2024-12-16 13:59:06 01825_type_json_10: [ OK ] 3.99 sec.
2024-12-16 13:59:06 01820_unhex_case_insensitive: [ OK ] 3.44 sec.
2024-12-16 13:59:07 01817_storage_buffer_parameters: [ OK ] 3.74 sec.
2024-12-16 13:59:09 01813_quantileBfloat16_nans: [ OK ] 3.40 sec.
2024-12-16 13:59:10 01803_untuple_subquery: [ OK ] 3.72 sec.
2024-12-16 13:59:13 01811_storage_buffer_flush_parameters: [ OK ] 6.79 sec.
2024-12-16 13:59:15 01800_log_nested: [ OK ] 4.15 sec.
2024-12-16 13:59:18 01796_Log_rwlock_ub: [ OK ] 3.49 sec.
2024-12-16 13:59:26 01799_long_uniq_theta_sketch: [ OK ] 12.68 sec.
2024-12-16 13:59:26 01801_nullable_low_cardinality_tsv: [ OK ] 16.80 sec.
2024-12-16 13:59:26 01825_type_json_4: [ OK ] 34.53 sec.
2024-12-16 13:59:27 01825_type_json_8: [ OK ] 33.57 sec.
2024-12-16 13:59:30 01778_mmap_cache_infra: [ OK ] 3.60 sec.
2024-12-16 13:59:30 01777_map_populate_series_ubsan: [ OK ] 3.62 sec.
2024-12-16 13:59:34 01774_bar_with_illegal_value: [ OK ] 3.83 sec.
2024-12-16 13:59:34 01774_ip_address_in_range: [ OK ] 6.33 sec.
2024-12-16 13:59:34 01773_case_sensitive_version: [ OK ] 3.82 sec.
2024-12-16 13:59:37 01785_parallel_formatting_memory: [ OK ] 18.80 sec.
2024-12-16 13:59:37 01770_add_months_ubsan: [ OK ] 3.47 sec.
2024-12-16 13:59:37 01773_min_max_time_system_parts_datetime64: [ OK ] 3.76 sec.
2024-12-16 13:59:38 01762_deltasumtimestamp: [ OK ] 4.11 sec.
2024-12-16 13:59:40 01761_cast_to_enum_nullable: [ OK ] 3.32 sec.
2024-12-16 13:59:41 01746_lc_values_format_bug: [ OK ] 3.62 sec.
2024-12-16 13:59:43 01746_long_zlib_http_compression_json_format: [ OK ] 4.79 sec.
2024-12-16 13:59:45 01745_alter_delete_view: [ OK ] 4.19 sec.
2024-12-16 13:59:45 01736_null_as_default: [ OK ] 3.73 sec.
2024-12-16 13:59:45 01822_async_read_from_socket_crash: [ OK ] 42.43 sec.
2024-12-16 13:59:46 01732_union_and_union_all: [ OK ] 3.16 sec.
2024-12-16 13:59:48 01758_optimize_skip_unused_shards_once: [ OK ] 10.92 sec.
2024-12-16 13:59:48 01720_union_distinct_with_limit: [ OK ] 3.46 sec.
2024-12-16 13:59:49 01713_table_ttl_old_syntax_zookeeper: [ OK ] 3.82 sec.
2024-12-16 13:59:50 01712_no_adaptive_granularity_vertical_merge: [ OK ] 3.92 sec.
2024-12-16 13:59:50 01782_field_oom: [ OK ] 24.06 sec.
2024-12-16 13:59:52 01710_minmax_count_projection_modify_partition_key: [ OK ] 3.79 sec.
2024-12-16 13:59:52 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 3.82 sec.
2024-12-16 13:59:53 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 3.68 sec.
2024-12-16 13:59:53 01700_mod_negative_type_promotion: [ OK ] 3.75 sec.
2024-12-16 13:59:55 01699_timezoneOffset: [ OK ] 5.68 sec.
2024-12-16 13:59:56 01691_DateTime64_clamp: [ OK ] 3.73 sec.
2024-12-16 13:59:56 01698_fix_toMinute: [ OK ] 4.45 sec.
2024-12-16 13:59:58 01686_rocksdb: [ OK ] 4.88 sec.
2024-12-16 13:59:58 01684_insert_specify_shard_id: [ OK ] 4.78 sec.
2024-12-16 14:00:03 01674_unicode_asan: [ OK ] 4.89 sec.
2024-12-16 14:00:06 01671_merge_join_and_constants: [ OK ] 7.70 sec.
2024-12-16 14:00:06 01675_distributed_bytes_to_delay_insert: [ OK ] 10.37 sec.
2024-12-16 14:00:11 01670_neighbor_lc_bug: [ OK ] 8.67 sec.
2024-12-16 14:00:16 01668_avg_weighted_ubsan: [ OK ] 9.33 sec.
2024-12-16 14:00:16 01666_gcd_ubsan: [ OK ] 9.15 sec.
2024-12-16 14:00:20 01666_great_circle_distance_ubsan: [ OK ] 8.25 sec.
2024-12-16 14:00:20 01825_type_json_nbagames: [ OK ] 89.36 sec.
2024-12-16 14:00:24 01665_substring_ubsan: [ OK ] 8.23 sec.
2024-12-16 14:00:25 01663_aes_msan: [ OK ] 9.18 sec.
2024-12-16 14:00:31 01661_arraySlice_ubsan: [ OK ] 9.51 sec.
2024-12-16 14:00:32 01661_test_toDayOfWeek_mysql_compatibility: [ OK ] 8.03 sec.
2024-12-16 14:00:33 01660_test_toDayOfYear_mysql_compatibility: [ OK ] 7.34 sec.
2024-12-16 14:00:35 01661_join_complex: [ OK ] 14.41 sec.
2024-12-16 14:00:37 01683_text_log_deadlock: [ OK ] 41.60 sec.
2024-12-16 14:00:38 01659_array_aggregation_ubsan: [ OK ] 6.52 sec.
2024-12-16 14:00:39 01658_test_base64Encode_mysql_compatibility: [ OK ] 6.46 sec.
2024-12-16 14:00:39 01657_array_element_ubsan: [ OK ] 6.25 sec.
2024-12-16 14:00:40 01655_window_functions_null: [ OK ] 4.42 sec.
2024-12-16 14:00:41 01654_bar_nan: [ OK ] 3.81 sec.
2024-12-16 14:00:43 01650_expressions_merge_bug: [ OK ] 3.80 sec.
2024-12-16 14:00:43 01653_tuple_hamming_distance_2: [ OK ] 4.19 sec.
2024-12-16 14:00:46 01646_rewrite_sum_if: [ OK ] 5.96 sec.
2024-12-16 14:00:46 01641_memory_tracking_insert_optimize: [ OK ] 4.15 sec.
2024-12-16 14:00:46 01640_marks_corruption_regression: [ OK ] 3.29 sec.
2024-12-16 14:00:47 01639_distributed_sync_insert_zero_rows: [ OK ] 4.40 sec.
2024-12-16 14:00:49 01634_summap_nullable: [ OK ] 3.45 sec.
2024-12-16 14:00:49 01635_nullable_fuzz: [ OK ] 3.68 sec.
2024-12-16 14:00:50 01632_max_partitions_to_read: [ OK ] 3.70 sec.
2024-12-16 14:00:51 01620_fix_simple_state_arg_type: [ OK ] 3.94 sec.
2024-12-16 14:00:53 01611_constant_folding_subqueries: [ OK ] 3.73 sec.
2024-12-16 14:00:53 01611_string_to_low_cardinality_key_alter: [ OK ] 3.96 sec.
2024-12-16 14:00:54 02099_tsv_raw_format: [ OK ] 247.16 sec.
2024-12-16 14:00:56 01606_merge_from_wide_to_compact: [ OK ] 5.82 sec.
2024-12-16 14:00:56 01605_dictinct_two_level: [ OK ] 4.99 sec.
2024-12-16 14:00:57 01603_remove_column_ttl: [ OK ] 2.97 sec.
2024-12-16 14:00:57 01605_skip_idx_compact_parts: [ OK ] 3.96 sec.
2024-12-16 14:00:57 01605_key_condition_enum_int: [ OK ] 3.66 sec.
2024-12-16 14:00:59 01602_modified_julian_day_msan: [ OK ] 3.72 sec.
2024-12-16 14:01:01 01600_min_max_compress_block_size: [ OK ] 3.67 sec.
2024-12-16 14:01:01 01602_runningConcurrency: [ OK ] 4.67 sec.
2024-12-16 14:01:01 01596_setting_limit_offset: [ OK ] 4.21 sec.
2024-12-16 14:01:04 01593_insert_settings: [ OK ] 4.27 sec.
2024-12-16 14:01:04 01592_length_map: [ OK ] 3.59 sec.
2024-12-16 14:01:05 01586_replicated_mutations_empty_partition: [ OK ] 3.36 sec.
2024-12-16 14:01:06 01585_use_index_for_global_in_with_null: [ OK ] 5.12 sec.
2024-12-16 14:01:06 01569_query_profiler_big_query_id: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:01:08 01580_column_const_comparision: [ OK ] 3.63 sec.
2024-12-16 14:01:08 01582_distinct_subquery_groupby: [ OK ] 4.54 sec.
2024-12-16 14:01:09 01579_date_datetime_index_comparison: [ OK ] 3.95 sec.
2024-12-16 14:01:12 01562_agg_null_for_empty_ahead: [ OK ] 5.23 sec.
2024-12-16 14:01:13 01560_merge_distributed_join: [ OK ] 4.18 sec.
2024-12-16 14:01:13 01560_mann_whitney: [ OK ] 3.96 sec.
2024-12-16 14:01:14 01602_max_distributed_connections: [ OK ] 17.13 sec.
2024-12-16 14:01:15 01560_DateTime_and_DateTime64_comparision: [ OK ] 3.42 sec.
2024-12-16 14:01:17 01551_mergetree_read_in_order_spread: [ OK ] 3.14 sec.
2024-12-16 14:01:19 01554_row_number_after_cannot_read_all_data: [ OK ] 5.92 sec.
2024-12-16 14:01:19 01558_ttest_scipy: [ OK ] 6.71 sec.
2024-12-16 14:01:20 01550_type_map_formats: [ OK ] 4.72 sec.
2024-12-16 14:01:24 01544_fromModifiedJulianDay: [ OK ] 4.32 sec.
2024-12-16 14:01:29 01561_clickhouse_client_stage: [ OK ] 21.08 sec.
2024-12-16 14:01:31 01548_parallel_parsing_max_memory: [ OK ] 13.35 sec.
2024-12-16 14:01:32 01544_file_engine_settings: [ OK ] 7.77 sec.
2024-12-16 14:01:33 01547_query_log_current_database: [ OK ] 14.80 sec.
2024-12-16 14:01:33 01543_toModifiedJulianDay: [ OK ] 4.36 sec.
2024-12-16 14:01:34 01538_fuzz_aggregate: [ OK ] 3.34 sec.
2024-12-16 14:01:36 01532_collate_in_low_cardinality: [ OK ] 4.02 sec.
2024-12-16 14:01:38 01528_to_uuid_or_null_or_zero: [ OK ] 4.16 sec.
2024-12-16 14:01:38 01546_log_queries_min_query_duration_ms: [ OK ] 18.42 sec.
2024-12-16 14:01:38 01529_union_distinct_and_setting_union_default_mode: [ OK ] 4.82 sec.
2024-12-16 14:01:38 01508_partition_pruning_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:01:40 01521_alter_enum_and_reverse_read: [ OK ] 3.78 sec.
2024-12-16 14:01:41 01527_materialized_view_stack_overflow: [ OK ] 7.13 sec.
2024-12-16 14:01:42 01511_different_expression_with_same_alias: [ OK ] 3.97 sec.
2024-12-16 14:01:42 01507_multiversion_storage_for_storagememory: [ OK ] 3.61 sec.
2024-12-16 14:01:42 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 4.29 sec.
2024-12-16 14:01:44 01506_buffer_table_alter_block_structure: [ OK ] 4.12 sec.
2024-12-16 14:01:46 01504_view_type_conversion: [ OK ] 3.78 sec.
2024-12-16 14:01:46 01495_subqueries_in_with_statement_4: [ OK ] 3.46 sec.
2024-12-16 14:01:46 01499_log_deadlock: [ OK ] 4.48 sec.
2024-12-16 14:01:48 01486_json_array_output: [ OK ] 3.64 sec.
2024-12-16 14:01:49 01478_not_equi-join_on: [ OK ] 3.35 sec.
2024-12-16 14:01:49 01473_event_time_microseconds: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:01:51 01480_binary_operator_monotonicity: [ OK ] 5.79 sec.
2024-12-16 14:01:52 01474_decimal_scale_bug: [ OK ] 3.94 sec.
2024-12-16 14:01:55 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 5.53 sec.
2024-12-16 14:01:55 01471_limit_by_format: [ OK ] 3.56 sec.
2024-12-16 14:01:55 01471_top_k_range_check: [ OK ] 3.18 sec.
2024-12-16 14:01:56 01721_join_implicit_cast_long: [ OK ] 131.32 sec.
2024-12-16 14:01:58 01461_alter_table_function: [ OK ] 3.07 sec.
2024-12-16 14:02:00 01458_is_decimal_overflow: [ OK ] 4.45 sec.
2024-12-16 14:02:00 01457_min_index_granularity_bytes_setting: [ OK ] 3.92 sec.
2024-12-16 14:02:01 01457_compile_expressions_fuzzer: [ OK ] 3.32 sec.
2024-12-16 14:02:03 01475_read_subcolumns: [ OK ] 16.30 sec.
2024-12-16 14:02:05 01455_time_zones: [ OK ] 3.53 sec.
2024-12-16 14:02:06 01455_shard_leaf_max_rows_bytes_to_read: [ OK ] 6.16 sec.
2024-12-16 14:02:07 01451_wrong_error_long_query: [ OK ] 4.19 sec.
2024-12-16 14:02:10 01449_json_compact_strings: [ OK ] 3.43 sec.
2024-12-16 14:02:13 01448_json_compact_strings_each_row: [ OK ] 5.51 sec.
2024-12-16 14:02:15 01451_dist_logs: [ OK ] 10.05 sec.
2024-12-16 14:02:20 01440_big_int_exotic_casts: [ OK ] 5.78 sec.
2024-12-16 14:02:22 01505_pipeline_executor_UAF: [ OK ] 40.88 sec.
2024-12-16 14:02:25 01440_big_int_least_greatest: [ OK ] 3.99 sec.
2024-12-16 14:02:26 01435_lcm_overflow: [ OK ] 3.76 sec.
2024-12-16 14:02:28 01433_hex_float: [ OK ] 3.31 sec.
2024-12-16 14:02:29 01428_h3_range_check: [ OK ] 3.28 sec.
2024-12-16 14:02:32 01426_geohash_constants: [ OK ] 3.65 sec.
2024-12-16 14:02:33 01425_default_value_of_type_name: [ OK ] 3.57 sec.
2024-12-16 14:02:35 01422_array_nullable_element_nullable_index: [ OK ] 3.66 sec.
2024-12-16 14:02:38 01422_map_skip_null: [ OK ] 4.51 sec.
2024-12-16 14:02:41 01416_clear_column_pk: [ OK ] 5.33 sec.
2024-12-16 14:02:45 01413_if_array_uuid: [ OK ] 3.90 sec.
2024-12-16 14:02:49 01443_merge_truncate_long: [ OK ] 36.18 sec.
2024-12-16 14:02:51 01412_group_array_moving_shard: [ OK ] 6.30 sec.
2024-12-16 14:02:55 01413_rows_events: [ OK ] 17.10 sec.
2024-12-16 14:02:55 01410_nullable_key_and_index: [ OK ] 6.04 sec.
2024-12-16 14:02:56 01410_full_join_and_null_predicates: [ OK ] 4.91 sec.
2024-12-16 14:02:58 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 3.28 sec.
2024-12-16 14:02:59 01398_in_tuple_func: [ OK ] 3.55 sec.
2024-12-16 14:03:00 01390_check_table_codec: [ OK ] 3.88 sec.
2024-12-16 14:03:02 01455_opentelemetry_distributed: [ OK ] 62.77 sec.
2024-12-16 14:03:04 01376_array_fill_empty: [ OK ] 3.65 sec.
2024-12-16 14:03:04 01380_nullable_state: [ OK ] 5.80 sec.
2024-12-16 14:03:06 01375_null_issue_3767: [ OK ] 3.81 sec.
2024-12-16 14:03:07 01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS: [ OK ] 3.33 sec.
2024-12-16 14:03:08 01374_if_nullable_filimonov: [ OK ] 3.65 sec.
2024-12-16 14:03:10 01372_remote_table_function_empty_table: [ OK ] 3.32 sec.
2024-12-16 14:03:12 01372_wrong_order_by_removal: [ OK ] 3.48 sec.
2024-12-16 14:03:13 01460_line_as_string_format: [ OK ] 77.81 sec.
2024-12-16 14:03:13 01373_summing_merge_tree_exclude_partition_key: [ OK ] 6.88 sec.
2024-12-16 14:03:14 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 3.92 sec.
2024-12-16 14:03:16 01361_buffer_table_flush_with_materialized_view: [ OK ] 4.17 sec.
2024-12-16 14:03:16 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 2.94 sec.
2024-12-16 14:03:19 01356_wrong_filter-type_bug: [ OK ] 4.08 sec.
2024-12-16 14:03:19 01355_defaultValueOfArgumentType_bug: [ OK ] 3.42 sec.
2024-12-16 14:03:20 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 3.70 sec.
2024-12-16 14:03:20 01675_data_type_coroutine_2: [ OK ] 204.08 sec.
2024-12-16 14:03:21 01357_result_rows: [ OK ] 8.14 sec.
2024-12-16 14:03:22 01655_plan_optimizations: [ OK ] 165.00 sec.
2024-12-16 14:03:22 01354_order_by_tuple_collate_const: [ OK ] 3.56 sec.
2024-12-16 14:03:24 01353_neighbor_overflow: [ OK ] 3.60 sec.
2024-12-16 14:03:25 01345_array_join_LittleMaverick: [ OK ] 3.92 sec.
2024-12-16 14:03:25 01353_low_cardinality_join_types: [ OK ] 5.69 sec.
2024-12-16 14:03:27 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 6.17 sec.
2024-12-16 14:03:27 01344_alter_enum_partition_key: [ OK ] 4.79 sec.
2024-12-16 14:03:27 01326_build_id: [ OK ] 3.47 sec.
2024-12-16 14:03:28 01326_fixed_string_comparison_denny_crane: [ OK ] 3.45 sec.
2024-12-16 14:03:29 01325_freeze_mutation_stuck: [ OK ] 3.82 sec.
2024-12-16 14:03:29 01343_min_bytes_to_use_mmap_io: [ OK ] 7.14 sec.
2024-12-16 14:03:30 01324_insert_tsv_raw: [ OK ] 3.62 sec.
2024-12-16 14:03:32 01321_monotonous_functions_in_order_by: [ OK ] 4.72 sec.
2024-12-16 14:03:33 01316_create_user_syntax_hilite: [ OK ] 4.08 sec.
2024-12-16 14:03:33 01303_polygons_equals: [ OK ] 3.49 sec.
2024-12-16 14:03:33 01293_optimize_final_force: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:03:34 01293_show_settings: [ OK ] 0.99 sec.
2024-12-16 14:03:37 01300_svg: [ OK ] 5.72 sec.
2024-12-16 14:03:38 01286_constraints_on_default: [ OK ] 4.00 sec.
2024-12-16 14:03:42 01285_date_datetime_key_condition: [ OK ] 4.12 sec.
2024-12-16 14:03:43 01284_fuzz_bits: [ OK ] 5.29 sec.
2024-12-16 14:03:44 01287_max_execution_speed: [ OK ] 11.41 sec.
2024-12-16 14:03:47 01282_system_parts_ttl_info: [ OK ] 3.84 sec.
2024-12-16 14:03:49 01283_max_threads_simple_query_optimization: [ OK ] 7.64 sec.
2024-12-16 14:03:50 01280_min_map_max_map: [ OK ] 6.13 sec.
2024-12-16 14:03:52 01446_json_strings_each_row: [ OK ] 102.39 sec.
2024-12-16 14:03:54 01279_dist_group_by: [ OK ] 4.38 sec.
2024-12-16 14:03:55 01278_format_multiple_queries: [ OK ] 4.07 sec.
2024-12-16 14:03:56 01307_orc_output_format: [ OK ] 27.26 sec.
2024-12-16 14:03:56 01277_buffer_column_order: [ OK ] 4.26 sec.
2024-12-16 14:03:58 01273_h3EdgeAngle_range_check: [ OK ] 3.22 sec.
2024-12-16 14:03:58 01277_fromUnixTimestamp64: [ OK ] 4.39 sec.
2024-12-16 14:04:01 01279_empty_external_table: [ OK ] 14.01 sec.
2024-12-16 14:04:01 01317_no_password_in_command_line: [ OK ] 34.03 sec.
2024-12-16 14:04:02 01272_totals_and_filter_bug: [ OK ] 4.12 sec.
2024-12-16 14:04:05 01268_procfs_metrics: [ OK ] 7.23 sec.
2024-12-16 14:04:07 01268_shard_avgweighted: [ OK ] 5.57 sec.
2024-12-16 14:04:07 01268_mv_scalars: [ OK ] 5.41 sec.
2024-12-16 14:04:07 01259_combinator_distinct_distributed: [ OK ] 4.97 sec.
2024-12-16 14:04:09 01259_datetime64_ubsan: [ OK ] 3.70 sec.
2024-12-16 14:04:10 01254_array_of_unnamed_tuples: [ OK ] 3.61 sec.
2024-12-16 14:04:11 01246_extractAllGroupsHorizontal: [ OK ] 4.68 sec.
2024-12-16 14:04:15 01236_graphite_mt: [ OK ] 4.52 sec.
2024-12-16 14:04:15 01231_markdown_format: [ OK ] 3.77 sec.
2024-12-16 14:04:19 01230_join_get_truncate: [ OK ] 3.78 sec.
2024-12-16 14:04:19 01227_distributed_global_in_issue_2610: [ OK ] 3.71 sec.
2024-12-16 14:04:19 01246_buffer_flush: [ OK ] 12.43 sec.
2024-12-16 14:04:20 01244_optimize_distributed_group_by_sharding_key: [ OK ] 10.65 sec.
2024-12-16 14:04:20 01273_arrow_decimal: [ OK ] 24.21 sec.
2024-12-16 14:04:23 01213_point_in_Myanmar: [ OK ] 3.82 sec.
2024-12-16 14:04:23 01213_alter_rename_primary_key_zookeeper_long: [ OK ] 4.72 sec.
2024-12-16 14:04:24 01273_arrow_nested_arrays_load: [ OK ] 27.39 sec.
2024-12-16 14:04:24 01198_plus_inf: [ OK ] 3.57 sec.
2024-12-16 14:04:25 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 5.40 sec.
2024-12-16 14:04:27 01189_create_as_table_as_table_function: [ OK ] 2.78 sec.
2024-12-16 14:04:28 01186_conversion_to_nullable: [ OK ] 3.89 sec.
2024-12-16 14:04:31 01198_client_quota_key: [ OK ] 10.79 sec.
2024-12-16 14:04:32 01196_max_parser_depth: [ OK ] 9.03 sec.
2024-12-16 14:04:36 01139_asof_join_types: [ OK ] 4.30 sec.
2024-12-16 14:04:38 01158_zookeeper_log_long: [ OK ] 10.26 sec.
2024-12-16 14:04:39 01147_partial_merge_full_join: [ OK ] 8.48 sec.
2024-12-16 14:04:40 01137_sample_final: [ OK ] 3.99 sec.
2024-12-16 14:04:42 01124_view_bad_types: [ OK ] 3.97 sec.
2024-12-16 14:04:46 01109_inflating_cross_join: [ OK ] 5.36 sec.
2024-12-16 14:04:47 01115_join_with_dictionary: [ OK ] 8.09 sec.
2024-12-16 14:04:48 01104_fixed_string_like: [ OK ] 5.69 sec.
2024-12-16 14:04:53 01097_cyclic_defaults: [ OK ] 5.40 sec.
2024-12-16 14:04:54 01097_pre_limit: [ OK ] 5.48 sec.
2024-12-16 14:04:59 01096_zeros: [ OK ] 6.13 sec.
2024-12-16 14:05:02 01090_zookeeper_mutations_and_insert_quorum_long: [ OK ] 8.10 sec.
2024-12-16 14:05:07 01087_index_set_ubsan: [ OK ] 4.72 sec.
2024-12-16 14:05:09 01103_optimize_drop_race_zookeeper: [ OK ] 23.20 sec.
2024-12-16 14:05:11 01170_alter_partition_isolation: [ OK ] 43.99 sec.
2024-12-16 14:05:14 01085_simdjson_uint64: [ OK ] 3.40 sec.
2024-12-16 14:05:18 01083_functional_index_in_mergetree: [ OK ] 4.20 sec.
2024-12-16 14:05:23 01083_aggregation_memory_efficient_bug: [ OK ] 4.42 sec.
2024-12-16 14:05:39 01087_window_view_alter_query: [ OK ] 39.99 sec.
2024-12-16 14:05:40 01085_regexp_input_format: [ OK ] 31.28 sec.
2024-12-16 14:05:43 01083_log_first_column_alias: [ OK ] 3.58 sec.
2024-12-16 14:05:44 01083_cross_to_inner_with_like: [ OK ] 3.85 sec.
2024-12-16 14:05:46 01195_formats_diagnostic_info: [ OK ] 82.25 sec.
2024-12-16 14:05:47 01079_reinterpret_as_fixed_string: [ OK ] 3.60 sec.
2024-12-16 14:05:47 01086_odbc_roundtrip: [ OK ] 40.29 sec.
2024-12-16 14:05:48 01079_bit_operations_using_bitset: [ OK ] 3.95 sec.
2024-12-16 14:05:49 01076_range_reader_segfault: [ OK ] 3.60 sec.
2024-12-16 14:05:51 01073_bad_alter_partition: [ OK ] 4.18 sec.
2024-12-16 14:05:52 01083_window_view_select: [ OK ] 29.58 sec.
2024-12-16 14:05:53 01072_nullable_jit: [ OK ] 3.92 sec.
2024-12-16 14:05:55 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 7.02 sec.
2024-12-16 14:05:55 01071_http_header_exception_code: [ OK ] 4.18 sec.
2024-12-16 14:05:56 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 3.65 sec.
2024-12-16 14:05:57 01070_h3_to_string: [ OK ] 3.68 sec.
2024-12-16 14:06:00 01069_set_in_group_by: [ OK ] 4.09 sec.
2024-12-16 14:06:01 01069_materialized_view_alter_target_table: [ OK ] 4.79 sec.
2024-12-16 14:06:01 01067_join_null: [ OK ] 4.08 sec.
2024-12-16 14:06:03 01070_exception_code_in_query_log_table: [ OK ] 8.22 sec.
2024-12-16 14:06:04 01066_bit_count: [ OK ] 4.05 sec.
2024-12-16 14:06:05 01065_array_zip_mixed_const: [ OK ] 3.73 sec.
2024-12-16 14:06:07 01064_array_auc: [ OK ] 3.78 sec.
2024-12-16 14:06:15 01074_window_view_event_tumble_asc_join_populate: [ OK ] 28.70 sec.
2024-12-16 14:06:20 01056_create_table_as: [ OK ] 4.90 sec.
2024-12-16 14:06:24 01056_negative_with_bloom_filter: [ OK ] 3.66 sec.
2024-12-16 14:06:27 01064_window_view_event_hop_to_bounded: [ OK ] 26.22 sec.
2024-12-16 14:06:30 01060_window_view_event_tumble_to_asc: [ OK ] 25.45 sec.
2024-12-16 14:06:31 01051_same_name_alias_with_joins: [ OK ] 3.83 sec.
2024-12-16 14:06:34 01051_aggregate_function_crash: [ OK ] 3.64 sec.
2024-12-16 14:06:37 01051_window_view_parser_hop: [ OK ] 5.48 sec.
2024-12-16 14:06:38 01050_group_array_sample: [ OK ] 4.26 sec.
2024-12-16 14:06:43 01047_no_alias_columns_with_table_aliases: [ OK ] 4.72 sec.
2024-12-16 14:06:43 01049_zookeeper_synchronous_mutations_long: [ OK ] 6.26 sec.
2024-12-16 14:06:44 01300_group_by_other_keys: [ OK ] 193.22 sec.
2024-12-16 14:06:47 01043_h3_edge_length_m: [ OK ] 3.56 sec.
2024-12-16 14:06:47 01045_bloom_filter_null_array: [ OK ] 4.14 sec.
2024-12-16 14:06:48 01043_categorical_iv: [ OK ] 4.68 sec.
2024-12-16 14:06:51 01038_array_of_unnamed_tuples: [ OK ] 3.74 sec.
2024-12-16 14:06:51 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 3.84 sec.
2024-12-16 14:06:54 01033_quota_dcl: [ OK ] 2.46 sec.
2024-12-16 14:06:55 01033_dictionaries_lifetime: [ OK ] 4.02 sec.
2024-12-16 14:06:55 01033_function_substring: [ OK ] 6.93 sec.
2024-12-16 14:06:58 01054_window_view_proc_tumble_to: [ OK ] 33.99 sec.
2024-12-16 14:06:58 01030_concatenate_equal_fixed_strings: [ OK ] 3.66 sec.
2024-12-16 14:06:59 01024__getScalar: [ OK ] 3.34 sec.
2024-12-16 14:06:59 01031_new_any_join: [ OK ] 5.05 sec.
2024-12-16 14:07:00 01062_pm_all_join_with_block_continuation: [ OK ] 56.14 sec.
2024-12-16 14:07:03 01017_bithamming_distance: [ OK ] 4.17 sec.
2024-12-16 14:07:03 01018_ddl_dictionaries_special: [ OK ] 4.76 sec.
2024-12-16 14:07:03 01017_uniqCombined_memory_usage: [ OK ] 4.58 sec.
2024-12-16 14:07:07 01015_random_constant: [ OK ] 3.57 sec.
2024-12-16 14:07:08 01015_array_split: [ OK ] 4.27 sec.
2024-12-16 14:07:08 01016_simhash_minhash: [ OK ] 7.94 sec.
2024-12-16 14:07:10 01013_totals_without_aggregation: [ OK ] 3.82 sec.
2024-12-16 14:07:11 01013_hex_float: [ OK ] 3.77 sec.
2024-12-16 14:07:12 01013_hex_decimal: [ OK ] 3.68 sec.
2024-12-16 14:07:14 01012_reset_running_accumulate: [ OK ] 3.61 sec.
2024-12-16 14:07:18 01018_insert_multiple_blocks_with_defaults: [ OK ] 20.18 sec.
2024-12-16 14:07:22 01000_subquery_requires_alias: [ OK ] 3.79 sec.
2024-12-16 14:07:27 00999_nullable_nested_types_4877: [ OK ] 5.00 sec.
2024-12-16 14:07:34 01015_insert_values_parametrized: [ OK ] 30.40 sec.
2024-12-16 14:07:35 00998_constraints_all_tables: [ OK ] 8.02 sec.
2024-12-16 14:07:38 00990_request_splitting: [ OK ] 4.59 sec.
2024-12-16 14:07:39 01002_alter_nullable_adaptive_granularity_long: [ OK ] 25.09 sec.
2024-12-16 14:07:40 00982_low_cardinality_setting_in_mv: [ OK ] 4.83 sec.
2024-12-16 14:07:43 00981_no_virtual_columns: [ OK ] 3.99 sec.
2024-12-16 14:07:46 01004_rename_deadlock: [ OK ] 34.02 sec.
2024-12-16 14:07:46 00980_zookeeper_merge_tree_alter_settings: [ OK ] 5.75 sec.
2024-12-16 14:07:47 00980_crash_nullable_decimal: [ OK ] 3.61 sec.
2024-12-16 14:07:49 00979_yandex_consistent_hash_fpe: [ OK ] 3.34 sec.
2024-12-16 14:07:49 00978_table_function_values_alias: [ OK ] 3.48 sec.
2024-12-16 14:07:51 00976_shard_low_cardinality_achimbab: [ OK ] 3.92 sec.
2024-12-16 14:07:53 01006_simpod_empty_part_single_column_write: [ OK ] 41.54 sec.
2024-12-16 14:07:54 01383_log_broken_table: [ OK ] 295.82 sec.
2024-12-16 14:07:55 00976_max_execution_speed: [ OK ] 6.40 sec.
2024-12-16 14:07:59 00974_fix_join_on: [ OK ] 5.65 sec.
2024-12-16 14:07:59 00974_low_cardinality_cast: [ OK ] 3.88 sec.
2024-12-16 14:07:59 00974_query_profiler: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:08:02 01174_select_insert_isolation: [ OK ] 216.74 sec.
2024-12-16 14:08:02 00975_json_hang: [ OK ] 10.98 sec.
2024-12-16 14:08:02 00974_full_outer_join: [ OK ] 3.59 sec.
2024-12-16 14:08:03 00968_roundAge: [ OK ] 3.61 sec.
2024-12-16 14:08:06 00966_invalid_json_must_not_parse: [ OK ] 3.78 sec.
2024-12-16 14:08:06 00967_insert_into_distributed_different_types: [ OK ] 4.08 sec.
2024-12-16 14:08:06 00962_enumNotExect: [ OK ] 4.04 sec.
2024-12-16 14:08:06 00961_visit_param_buffer_underflow: [ OK ] 3.38 sec.
2024-12-16 14:08:10 00950_bad_alloc_when_truncate_join_storage: [ OK ] 3.15 sec.
2024-12-16 14:08:10 00961_check_table: [ OK ] 4.22 sec.
2024-12-16 14:08:10 00958_format_of_tuple_array_element: [ OK ] 4.13 sec.
2024-12-16 14:08:10 00957_delta_diff_bug: [ OK ] 3.76 sec.
2024-12-16 14:08:14 00938_dataset_test: [ OK ] 3.83 sec.
2024-12-16 14:08:15 00947_ml_test: [ OK ] 4.63 sec.
2024-12-16 14:08:15 00948_format_in_with_single_element: [ OK ] 5.56 sec.
2024-12-16 14:08:16 00981_in_subquery_with_tuple: [ OK ] 37.82 sec.
2024-12-16 14:08:16 00927_disable_hyperscan: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:08:18 00938_test_retention_function: [ OK ] 4.11 sec.
2024-12-16 14:08:20 00927_asof_join_correct_bt: [ OK ] 4.30 sec.
2024-12-16 14:08:20 00926_geo_to_h3: [ OK ] 4.22 sec.
2024-12-16 14:08:23 00934_is_valid_utf8: [ OK ] 7.84 sec.
2024-12-16 14:08:24 00974_primary_key_for_lowCardinality: [ OK ] 29.67 sec.
2024-12-16 14:08:24 00916_create_or_replace_view: [ OK ] 3.50 sec.
2024-12-16 14:08:26 00920_multiply_aggregate_states_constants: [ OK ] 6.26 sec.
2024-12-16 14:08:32 00910_decimal_group_array_crash_3783: [ OK ] 8.89 sec.
2024-12-16 14:08:32 00898_quantile_timing_parameter_check: [ OK ] 5.80 sec.
2024-12-16 14:08:34 00908_long_http_insert: [ OK ] 9.78 sec.
2024-12-16 14:08:36 00897_flatten: [ OK ] 4.57 sec.
2024-12-16 14:08:38 00863_comma_join_in: [ OK ] 4.29 sec.
2024-12-16 14:08:38 00882_multiple_join_no_alias: [ OK ] 6.21 sec.
2024-12-16 14:08:40 00859_distinct_with_join: [ OK ] 3.70 sec.
2024-12-16 14:08:41 00941_system_columns_race_condition: [ OK ] 30.77 sec.
2024-12-16 14:08:42 00854_multiple_join_asterisks: [ OK ] 3.81 sec.
2024-12-16 14:08:44 00840_top_k_weighted: [ OK ] 3.52 sec.
2024-12-16 14:08:46 00839_bitmask_negative: [ OK ] 3.78 sec.
2024-12-16 14:08:48 00975_indices_mutation_replicated_zookeeper_long: [ OK ] 58.56 sec.
2024-12-16 14:08:50 00849_multiple_comma_join_2: [ OK ] 9.71 sec.
2024-12-16 14:08:51 00837_minmax_index_replicated_zookeeper_long: [ OK ] 5.42 sec.
2024-12-16 14:08:52 00836_numbers_table_function_zero: [ OK ] 3.78 sec.
2024-12-16 14:08:53 01059_storage_file_compression: [ OK ] 165.98 sec.
2024-12-16 14:08:54 00834_dont_allow_to_set_two_configuration_files_in_client: [ OK ] 4.26 sec.
2024-12-16 14:08:55 00831_quantile_weighted_parameter_check: [ OK ] 3.63 sec.
2024-12-16 14:08:55 00851_http_insert_json_defaults: [ OK ] 16.87 sec.
2024-12-16 14:08:57 00819_full_join_wrong_columns_in_block: [ OK ] 4.07 sec.
2024-12-16 14:08:58 00818_alias_bug_4110: [ OK ] 4.35 sec.
2024-12-16 14:08:58 00818_inner_join_bug_3567: [ OK ] 3.66 sec.
2024-12-16 14:08:59 00817_with_simple: [ OK ] 3.50 sec.
2024-12-16 14:09:02 00815_left_join_on_stepanel: [ OK ] 3.54 sec.
2024-12-16 14:09:02 00814_parsing_ub: [ OK ] 3.77 sec.
2024-12-16 14:09:06 00807_regexp_quote_meta: [ OK ] 3.95 sec.
2024-12-16 14:09:06 00806_alter_update: [ OK ] 3.86 sec.
2024-12-16 14:09:08 00838_system_tables_drop_table_race: [ OK ] 23.98 sec.
2024-12-16 14:09:10 00804_test_zstd_qat_codec_compression: [ OK ] 3.73 sec.
2024-12-16 14:09:11 00805_round_down: [ OK ] 4.70 sec.
2024-12-16 14:09:12 00804_test_deflate_qpl_codec_compression: [ OK ] 3.54 sec.
2024-12-16 14:09:13 00825_protobuf_format_nested_in_nested: [ OK ] 21.61 sec.
2024-12-16 14:09:14 00803_odbc_driver_2_format: [ OK ] 3.82 sec.
2024-12-16 14:09:15 00800_low_cardinality_distinct_numeric: [ OK ] 4.07 sec.
2024-12-16 14:09:17 00799_function_dry_run: [ OK ] 4.00 sec.
2024-12-16 14:09:18 00800_low_cardinality_join: [ OK ] 5.59 sec.
2024-12-16 14:09:18 00794_materialized_view_with_column_defaults: [ OK ] 4.00 sec.
2024-12-16 14:09:19 00779_all_right_join_max_block_size: [ OK ] 3.80 sec.
2024-12-16 14:09:21 00760_url_functions_overflow: [ OK ] 3.66 sec.
2024-12-16 14:09:21 00759_kodieg: [ OK ] 3.60 sec.
2024-12-16 14:09:22 00765_locate: [ OK ] 4.31 sec.
2024-12-16 14:09:22 00756_power_alias: [ OK ] 3.55 sec.
2024-12-16 14:09:23 00921_datetime64_compatibility_long: [ OK ] 64.72 sec.
2024-12-16 14:09:25 00754_first_significant_subdomain_more: [ OK ] 3.56 sec.
2024-12-16 14:09:26 00751_default_databasename_for_view: [ OK ] 3.85 sec.
2024-12-16 14:09:26 00752_low_cardinality_mv_1: [ OK ] 4.77 sec.
2024-12-16 14:09:27 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 28.39 sec.
2024-12-16 14:09:27 00745_compile_scalar_subquery: [ OK ] 4.33 sec.
2024-12-16 14:09:29 00744_join_not_found_column: [ OK ] 3.63 sec.
2024-12-16 14:09:29 00742_require_join_strictness: [ OK ] 3.47 sec.
2024-12-16 14:09:30 00740_optimize_predicate_expression: [ OK ] 3.97 sec.
2024-12-16 14:09:31 00737_decimal_group_by: [ OK ] 4.04 sec.
2024-12-16 14:09:31 00734_timeslot: [ OK ] 3.90 sec.
2024-12-16 14:09:32 00733_if_datetime: [ OK ] 3.71 sec.
2024-12-16 14:09:32 00746_compile_non_deterministic_function: [ OK ] 10.12 sec.
2024-12-16 14:09:33 00730_unicode_terminal_format: [ OK ] 4.13 sec.
2024-12-16 14:09:34 00726_materialized_view_concurrent: [ OK ] 4.16 sec.
2024-12-16 14:09:35 00726_modulo_for_date: [ OK ] 3.67 sec.
2024-12-16 14:09:35 00720_combinations_of_aggregate_combinators: [ OK ] 3.92 sec.
2024-12-16 14:09:38 00715_bounding_ratio: [ OK ] 4.22 sec.
2024-12-16 14:09:39 00714_alter_uuid: [ OK ] 4.09 sec.
2024-12-16 14:09:39 00712_prewhere_with_alias_and_virtual_column: [ OK ] 3.72 sec.
2024-12-16 14:09:39 00719_format_datetime_rand: [ OK ] 6.65 sec.
2024-12-16 14:09:39 00712_prewhere_with_final: [ OK ] 3.96 sec.
2024-12-16 14:09:41 00717_merge_and_distributed: [ OK ] 8.86 sec.
2024-12-16 14:09:42 00712_prewhere_with_alias_bug_2: [ OK ] 3.80 sec.
2024-12-16 14:09:42 00702_where_with_quailified_names: [ OK ] 3.63 sec.
2024-12-16 14:09:43 00688_low_cardinality_defaults: [ OK ] 3.57 sec.
2024-12-16 14:09:43 00700_decimal_formats: [ OK ] 4.11 sec.
2024-12-16 14:09:44 00705_aggregate_states_addition: [ OK ] 5.18 sec.
2024-12-16 14:09:44 00816_long_concurrent_alter_column: [ OK ] 46.88 sec.
2024-12-16 14:09:45 00688_low_cardinality_prewhere: [ OK ] 3.85 sec.
2024-12-16 14:09:45 00688_low_cardinality_alter_add_column: [ OK ] 3.63 sec.
2024-12-16 14:09:46 00685_output_format_json_escape_forward_slashes: [ OK ] 3.44 sec.
2024-12-16 14:09:47 00679_uuid_in_key: [ OK ] 3.91 sec.
2024-12-16 14:09:48 00675_shard_remote_with_table_function: [ OK ] 3.78 sec.
2024-12-16 14:09:48 00678_murmurhash: [ OK ] 4.24 sec.
2024-12-16 14:09:49 00663_tiny_log_empty_insert: [ OK ] 3.75 sec.
2024-12-16 14:09:50 00661_array_has_silviucpp: [ OK ] 3.54 sec.
2024-12-16 14:09:50 00662_array_has_nullable: [ OK ] 5.00 sec.
2024-12-16 14:09:51 00647_histogram: [ OK ] 3.89 sec.
2024-12-16 14:09:52 00647_histogram_negative: [ OK ] 3.72 sec.
2024-12-16 14:09:53 00647_multiply_aggregation_state: [ OK ] 5.29 sec.
2024-12-16 14:09:54 00618_nullable_in: [ OK ] 3.67 sec.
2024-12-16 14:09:54 00628_in_lambda_on_merge_table_bug: [ OK ] 4.28 sec.
2024-12-16 14:09:55 00606_quantiles_and_nans: [ OK ] 3.52 sec.
2024-12-16 14:09:57 00604_shard_remote_and_columns_with_defaults: [ OK ] 5.51 sec.
2024-12-16 14:09:58 00588_shard_distributed_prewhere: [ OK ] 3.94 sec.
2024-12-16 14:09:59 00578_merge_trees_without_primary_key: [ OK ] 4.31 sec.
2024-12-16 14:09:59 00589_removal_unused_columns_aggregation: [ OK ] 5.03 sec.
2024-12-16 14:10:02 00573_shard_aggregation_by_empty_set: [ OK ] 4.75 sec.
2024-12-16 14:10:03 00571_non_exist_database_when_create_materializ_view: [ OK ] 4.25 sec.
2024-12-16 14:10:03 00563_insert_into_remote_and_zookeeper_long: [ OK ] 4.25 sec.
2024-12-16 14:10:06 00557_array_resize: [ OK ] 3.64 sec.
2024-12-16 14:10:07 00553_buff_exists_materlized_column: [ OK ] 3.92 sec.
2024-12-16 14:10:07 00552_logical_functions_uint8_as_bool: [ OK ] 3.57 sec.
2024-12-16 14:10:10 00549_join_use_nulls: [ OK ] 3.74 sec.
2024-12-16 14:10:10 00544_agg_foreach_of_two_arg: [ OK ] 3.55 sec.
2024-12-16 14:10:11 00541_kahan_sum: [ OK ] 4.00 sec.
2024-12-16 14:10:14 00538_datediff_plural_units: [ OK ] 3.76 sec.
2024-12-16 14:10:14 00534_functions_bad_arguments6: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:10:14 00534_functions_bad_arguments5: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:10:14 00534_functions_bad_arguments1: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:10:14 00536_int_exp: [ OK ] 3.51 sec.
2024-12-16 14:10:18 00527_totals_having_nullable: [ OK ] 3.62 sec.
2024-12-16 14:10:22 00519_create_as_select_from_temporary_table: [ OK ] 3.60 sec.
2024-12-16 14:10:27 00595_insert_into_view: [ OK ] 33.70 sec.
2024-12-16 14:10:28 00534_client_ignore_error: [ OK ] 14.44 sec.
2024-12-16 14:10:30 00515_enhanced_time_zones: [ OK ] 7.69 sec.
2024-12-16 14:10:32 00514_interval_operators: [ OK ] 4.44 sec.
2024-12-16 14:10:32 00511_get_size_of_enum: [ OK ] 3.49 sec.
2024-12-16 14:10:33 00507_sumwithoverflow: [ OK ] 3.80 sec.
2024-12-16 14:10:37 00500_point_in_polygon: [ OK ] 5.08 sec.
2024-12-16 14:10:37 00500_point_in_polygon_2d_const: [ OK ] 3.98 sec.
2024-12-16 14:10:39 00502_custom_partitioning_local: [ OK ] 6.83 sec.
2024-12-16 14:10:41 00495_reading_const_zero_column: [ OK ] 3.55 sec.
2024-12-16 14:10:41 00494_shard_alias_substitution_bug: [ OK ] 3.85 sec.
2024-12-16 14:10:42 00488_column_name_primary: [ OK ] 3.55 sec.
2024-12-16 14:10:42 00564_versioned_collapsing_merge_tree: [ OK ] 43.15 sec.
2024-12-16 14:10:44 00687_top_and_offset: [ OK ] 61.44 sec.
2024-12-16 14:10:45 00475_in_join_db_table: [ OK ] 4.10 sec.
2024-12-16 14:10:45 00467_qualified_names: [ OK ] 4.03 sec.
2024-12-16 14:10:46 00461_default_value_of_argument_type: [ OK ] 3.60 sec.
2024-12-16 14:10:46 00453_top_k: [ OK ] 3.82 sec.
2024-12-16 14:10:47 00450_higher_order_and_nullable: [ OK ] 3.44 sec.
2024-12-16 14:10:49 00448_replicate_nullable_tuple_generic: [ OK ] 3.70 sec.
2024-12-16 14:10:49 00440_nulls_merge_tree: [ OK ] 3.71 sec.
2024-12-16 14:10:50 00435_coalesce: [ OK ] 3.90 sec.
2024-12-16 14:10:51 00433_ifnull: [ OK ] 3.99 sec.
2024-12-16 14:10:54 00426_nulls_sorting: [ OK ] 4.11 sec.
2024-12-16 14:10:54 00446_clear_column_in_partition_zookeeper_long: [ OK ] 8.23 sec.
2024-12-16 14:10:54 00420_null_in_scalar_subqueries: [ OK ] 3.88 sec.
2024-12-16 14:10:58 00412_logical_expressions_optimizer: [ OK ] 3.80 sec.
2024-12-16 14:10:58 00431_if_nulls: [ OK ] 9.61 sec.
2024-12-16 14:10:58 00416_pocopatch_progress_in_http_headers: [ OK ] 4.54 sec.
2024-12-16 14:11:02 00404_null_literal: [ OK ] 3.62 sec.
2024-12-16 14:11:02 00396_uuid: [ OK ] 3.80 sec.
2024-12-16 14:11:02 00405_pretty_formats: [ OK ] 4.51 sec.
2024-12-16 14:11:03 00630_arbitrary_csv_delimiter: [ OK ] 73.95 sec.
2024-12-16 14:11:06 00388_enum_with_totals: [ OK ] 3.71 sec.
2024-12-16 14:11:06 00394_replaceall_vector_fixed: [ OK ] 3.96 sec.
2024-12-16 14:11:07 00540_bad_data_types: [ OK ] 57.10 sec.
2024-12-16 14:11:07 00386_has_column_in_table: [ OK ] 4.27 sec.
2024-12-16 14:11:09 00387_use_client_time_zone: [ OK ] 7.17 sec.
2024-12-16 14:11:10 00384_column_aggregate_function_insert_from: [ OK ] 4.41 sec.
2024-12-16 14:11:11 00374_any_last_if_merge: [ OK ] 3.68 sec.
2024-12-16 14:11:13 00372_cors_header: [ OK ] 4.13 sec.
2024-12-16 14:11:14 00371_union_all: [ OK ] 3.53 sec.
2024-12-16 14:11:14 00380_client_break_at_exception_in_batch_mode: [ OK ] 7.62 sec.
2024-12-16 14:11:15 00369_int_div_of_float: [ OK ] 3.50 sec.
2024-12-16 14:11:18 00355_array_of_non_const_convertible_types: [ OK ] 3.35 sec.
2024-12-16 14:11:18 00356_analyze_aggregations_and_union_all: [ OK ] 3.47 sec.
2024-12-16 14:11:19 00417_kill_query: [ OK ] 27.49 sec.
2024-12-16 14:11:21 00368_format_option_collision: [ OK ] 7.53 sec.
2024-12-16 14:11:22 00353_join_by_tuple: [ OK ] 3.58 sec.
2024-12-16 14:11:25 00330_view_subqueries: [ OK ] 3.69 sec.
2024-12-16 14:11:25 00407_parsing_nulls: [ OK ] 31.30 sec.
2024-12-16 14:11:25 00352_external_sorting_and_constants: [ OK ] 7.42 sec.
2024-12-16 14:11:27 00318_pk_tuple_order: [ OK ] 5.66 sec.
2024-12-16 14:11:29 00317_in_tuples_and_out_of_range_values: [ OK ] 4.20 sec.
2024-12-16 14:11:31 00305_http_and_readonly: [ OK ] 5.94 sec.
2024-12-16 14:11:32 00304_http_external_data: [ OK ] 4.85 sec.
2024-12-16 14:11:33 00295_global_in_one_shard_rows_before_limit: [ OK ] 4.16 sec.
2024-12-16 14:11:35 00288_empty_stripelog: [ OK ] 3.84 sec.
2024-12-16 14:11:37 00285_not_all_data_in_totals: [ OK ] 4.45 sec.
2024-12-16 14:11:39 00340_squashing_insert_select: [ OK ] 20.36 sec.
2024-12-16 14:11:41 00274_shard_group_array: [ OK ] 4.57 sec.
2024-12-16 14:11:43 00269_database_table_whitespace: [ OK ] 3.47 sec.
2024-12-16 14:11:43 00365_statistics_in_formats: [ OK ] 28.85 sec.
2024-12-16 14:11:45 00266_read_overflow_mode: [ OK ] 3.68 sec.
2024-12-16 14:11:46 00266_shard_global_subquery_and_aliases: [ OK ] 3.67 sec.
2024-12-16 14:11:47 00310_tskv: [ OK ] 21.42 sec.
2024-12-16 14:11:49 00263_merge_aggregates_and_overflow: [ OK ] 3.73 sec.
2024-12-16 14:11:49 00276_sample: [ OK ] 13.57 sec.
2024-12-16 14:11:50 00259_hashing_tuples: [ OK ] 3.96 sec.
2024-12-16 14:11:51 00256_reverse: [ OK ] 3.87 sec.
2024-12-16 14:11:51 00265_http_content_type_format_timezone: [ OK ] 8.53 sec.
2024-12-16 14:11:53 00253_insert_recursive_defaults: [ OK ] 3.97 sec.
2024-12-16 14:11:54 00237_group_by_arrays: [ OK ] 4.96 sec.
2024-12-16 14:11:55 00201_array_uniq: [ OK ] 3.72 sec.
2024-12-16 14:11:57 00190_non_constant_array_of_constant_data: [ OK ] 4.02 sec.
2024-12-16 14:11:59 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 3.55 sec.
2024-12-16 14:12:02 00178_function_replicate: [ OK ] 3.56 sec.
2024-12-16 14:12:04 00184_shard_distributed_group_by_no_merge: [ OK ] 7.26 sec.
2024-12-16 14:12:06 00178_query_datetime64_index: [ OK ] 3.78 sec.
2024-12-16 14:12:08 00189_time_zones_long: [ OK ] 14.50 sec.
2024-12-16 14:12:09 00175_if_num_arrays: [ OK ] 4.39 sec.
2024-12-16 14:12:10 00233_position_function_family: [ OK ] 19.21 sec.
2024-12-16 14:12:10 00175_partition_by_ignore: [ OK ] 3.97 sec.
2024-12-16 14:12:10 00212_long_shard_aggregate_function_uniq: [ OK ] 19.75 sec.
2024-12-16 14:12:12 00174_compare_date_time_with_constant_string_in_in: [ OK ] 3.78 sec.
2024-12-16 14:12:13 00172_constexprs_in_set: [ OK ] 4.14 sec.
2024-12-16 14:12:13 00171_shard_array_of_tuple_remote: [ OK ] 3.76 sec.
2024-12-16 14:12:14 00169_join_constant_keys: [ OK ] 3.72 sec.
2024-12-16 14:12:14 00162_shard_global_join: [ OK ] 3.95 sec.
2024-12-16 14:12:16 00156_array_map_to_constant: [ OK ] 3.57 sec.
2024-12-16 14:12:17 00385_storage_file_and_clickhouse-local_app_long: [ OK ] 70.63 sec.
2024-12-16 14:12:18 00149_function_url_hash: [ OK ] 4.25 sec.
2024-12-16 14:12:18 00284_external_aggregation: [ OK ] 44.56 sec.
2024-12-16 14:12:19 00147_alter_nested_default: [ OK ] 4.49 sec.
2024-12-16 14:12:21 00142_parse_timestamp_as_datetime: [ OK ] 4.86 sec.
2024-12-16 14:12:21 00131_set_hashed: [ OK ] 3.42 sec.
2024-12-16 14:12:21 00137_in_constants: [ OK ] 4.87 sec.
2024-12-16 14:12:22 00132_sets: [ OK ] 3.88 sec.
2024-12-16 14:12:23 00128_group_by_number_and_fixed_string: [ OK ] 3.75 sec.
2024-12-16 14:12:25 00125_array_element_of_array_of_tuple: [ OK ] 3.54 sec.
2024-12-16 14:12:25 00112_shard_totals_after_having: [ OK ] 3.52 sec.
2024-12-16 14:12:25 00103_ipv4_num_to_string_class_c: [ OK ] 3.64 sec.
2024-12-16 14:12:26 00098_8_union_all: [ OK ] 3.48 sec.
2024-12-16 14:12:28 00098_9_union_all: [ OK ] 3.46 sec.
2024-12-16 14:12:29 00098_e_union_all: [ OK ] 3.77 sec.
2024-12-16 14:12:29 00098_g_union_all: [ OK ] 3.45 sec.
2024-12-16 14:12:30 00098_f_union_all: [ OK ] 4.07 sec.
2024-12-16 14:12:32 00072_in_types: [ OK ] 3.35 sec.
2024-12-16 14:12:32 00085_visible_width_of_tuple_of_dates: [ OK ] 3.53 sec.
2024-12-16 14:12:33 00148_summing_merge_tree_aggregate_function: [ OK ] 19.04 sec.
2024-12-16 14:12:34 00071_insert_fewer_columns: [ OK ] 3.91 sec.
2024-12-16 14:12:36 00066_group_by_in: [ OK ] 3.47 sec.
2024-12-16 14:12:36 00070_insert_fewer_columns_http: [ OK ] 4.19 sec.
2024-12-16 14:12:39 00061_merge_tree_alter: [ OK ] 4.82 sec.
2024-12-16 14:12:40 00059_shard_global_in: [ OK ] 3.79 sec.
2024-12-16 14:12:40 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 7.26 sec.
2024-12-16 14:12:42 00047_stored_aggregates_complex: [ OK ] 5.00 sec.
2024-12-16 14:12:44 00041_big_array_join: [ OK ] 4.68 sec.
2024-12-16 14:12:44 00028_shard_big_agg_aj_distributed: [ OK ] 3.90 sec.
2024-12-16 14:12:45 00027_simple_argMinArray: [ OK ] 3.34 sec.
2024-12-16 14:12:48 00011_array_join_alias: [ OK ] 3.50 sec.
2024-12-16 14:12:48 00025_implicitly_used_subquery_column: [ OK ] 3.80 sec.
2024-12-16 14:12:48 00009_array_join_subquery: [ OK ] 3.43 sec.
2024-12-16 14:12:52 00007_array: [ OK ] 3.75 sec.
2024-12-16 14:12:52 00005_shard_format_ast_and_remote_table_lambda: [ OK ] 3.82 sec.
2024-12-16 14:12:52
2024-12-16 14:12:52 190 tests passed. 4 tests skipped. 1722.29 s elapsed (ForkPoolWorker-3).
2024-12-16 14:12:52 00040_array_enumerate_uniq: [ OK ] 12.26 sec.
2024-12-16 14:12:52
2024-12-16 14:12:52 131 tests passed. 3 tests skipped. 1722.59 s elapsed (ForkPoolWorker-9).
2024-12-16 14:12:52 00004_shard_format_ast_and_remote_table: [ OK ] 3.68 sec.
2024-12-16 14:12:52
2024-12-16 14:12:52 163 tests passed. 3 tests skipped. 1722.77 s elapsed (ForkPoolWorker-4).
2024-12-16 14:12:55 00002_system_numbers: [ OK ] 3.87 sec.
2024-12-16 14:12:55
2024-12-16 14:12:55 170 tests passed. 3 tests skipped. 1726.12 s elapsed (ForkPoolWorker-7).
2024-12-16 14:12:56 00900_long_parquet_decimal: [ OK ] 271.35 sec.
2024-12-16 14:12:56
2024-12-16 14:12:56 133 tests passed. 1 tests skipped. 1726.19 s elapsed (ForkPoolWorker-8).
2024-12-16 14:12:57 00160_merge_and_index_in_in: [ OK ] 45.19 sec.
2024-12-16 14:12:57
2024-12-16 14:12:57 115 tests passed. 0 tests skipped. 1728.15 s elapsed (ForkPoolWorker-5).
2024-12-16 14:12:58 00111_shard_external_sort_distributed: [ OK ] 36.01 sec.
2024-12-16 14:12:58
2024-12-16 14:12:58 141 tests passed. 1 tests skipped. 1728.21 s elapsed (ForkPoolWorker-6).
2024-12-16 14:16:07 00087_math_functions: [ OK ] 218.28 sec.
2024-12-16 14:16:07
2024-12-16 14:16:07 137 tests passed. 1 tests skipped. 1917.35 s elapsed (ForkPoolWorker-2).
2024-12-16 14:16:07
2024-12-16 14:16:07 Running 128 stateless tests (MainProcess).
2024-12-16 14:16:07
2024-12-16 14:16:26 03002_part_log_rmt_fetch_mutate_error: [ OK ] 19.44 sec.
2024-12-16 14:16:35 02961_storage_config_volume_priority: [ OK ] 9.02 sec.
2024-12-16 14:16:45 02951_parallel_parsing_json_compact_each_row: [ OK ] 9.79 sec.
2024-12-16 14:16:54 02950_dictionary_short_circuit: [ OK ] 9.00 sec.
2024-12-16 14:17:25 02944_dynamically_change_filesystem_cache_size: [ OK ] 30.85 sec.
2024-12-16 14:18:09 02943_rmt_alter_metadata_merge_checksum_mismatch: [ OK ] 43.99 sec.
2024-12-16 14:18:14 02919_insert_meet_eternal_hardware_error: [ OK ] 4.27 sec.
2024-12-16 14:18:25 02796_calculate_text_stack_trace: [ OK ] 10.83 sec.
2024-12-16 14:18:43 02789_filesystem_cache_alignment: [ OK ] 18.75 sec.
2024-12-16 14:18:49 02775_show_columns_called_from_mysql: [ OK ] 5.32 sec.
2024-12-16 14:18:53 02725_url_support_virtual_column: [ OK ] 4.42 sec.
2024-12-16 14:20:17 02703_keeper_map_concurrent_create_drop: [ OK ] 84.02 sec.
2024-12-16 14:20:48 02700_s3_part_INT_MAX: [ OK ] 30.67 sec.
2024-12-16 14:20:48 02581_share_big_sets_between_multiple_mutations_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:20:52 02554_rewrite_count_distinct_if_with_count_distinct_implementation: [ OK ] 3.57 sec.
2024-12-16 14:20:58 02522_avro_complicate_schema: [ OK ] 6.52 sec.
2024-12-16 14:21:04 02510_orc_map_indexes: [ OK ] 5.51 sec.
2024-12-16 14:21:19 02494_query_cache_query_log: [ OK ] 15.39 sec.
2024-12-16 14:21:23 02494_query_cache_min_query_runs: [ OK ] 4.00 sec.
2024-12-16 14:21:31 02494_query_cache_case_agnostic_matching: [ OK ] 7.98 sec.
2024-12-16 14:21:35 02494_query_cache_drop_cache: [ OK ] 3.46 sec.
2024-12-16 14:22:05 02494_trace_log_profile_events: [ OK ] 29.78 sec.
2024-12-16 14:22:09 02481_s3_throw_if_mismatch_files: [ OK ] 4.16 sec.
2024-12-16 14:22:13 02405_avro_read_nested: [ OK ] 3.72 sec.
2024-12-16 14:22:21 02402_capnp_format_segments_overflow: [ OK ] 8.77 sec.
2024-12-16 14:22:26 02385_profile_events_overflow: [ OK ] 4.79 sec.
2024-12-16 14:22:30 02376_arrow_dict_with_string: [ OK ] 3.47 sec.
2024-12-16 14:22:30 02344_insert_profile_events_stress: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:22:36 02339_analyzer_matcher_basic: [ OK ] 6.14 sec.
2024-12-16 14:22:49 02314_avro_null_as_default: [ OK ] 13.33 sec.
2024-12-16 14:22:53 02314_csv_tsv_skip_first_lines: [ OK ] 3.67 sec.
2024-12-16 14:24:28 02313_filesystem_cache_seeks: [ OK ] 94.83 sec.
2024-12-16 14:25:41 02293_formats_json_columns: [ OK ] 73.21 sec.
2024-12-16 14:25:45 02293_arrow_dictionary_indexes: [ OK ] 3.51 sec.
2024-12-16 14:26:22 02286_drop_filesystem_cache: [ OK ] 36.73 sec.
2024-12-16 14:26:31 02286_use_file_descriptor_in_table_function_file: [ OK ] 8.94 sec.
2024-12-16 14:28:01 02247_written_bytes_quota: [ OK ] 90.30 sec.
2024-12-16 14:29:14 02247_read_bools_as_numbers_json: [ OK ] 72.64 sec.
2024-12-16 14:33:06 02246_tsv_csv_best_effort_schema_inference: [ OK ] 232.36 sec.
2024-12-16 14:33:40 02242_system_filesystem_cache_log_table: [ OK ] 33.21 sec.
2024-12-16 14:34:18 02240_system_filesystem_cache_table: [ OK ] 38.08 sec.
2024-12-16 14:34:19 02240_filesystem_cache_bypass_cache_threshold: [ OK ] 1.27 sec.
2024-12-16 14:34:58 02222_create_table_without_columns_metadata: [ OK ] 38.34 sec.
2024-12-16 14:35:10 02207_allow_plaintext_and_no_password: [ OK ] 12.40 sec.
2024-12-16 14:35:38 02184_table_engine_access: [ OK ] 28.13 sec.
2024-12-16 14:35:48 02182_format_and_schema_from_stdin: [ OK ] 9.85 sec.
2024-12-16 14:35:55 02182_json_each_row_schema_inference: [ OK ] 6.46 sec.
2024-12-16 14:35:55 02152_http_external_tables_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:37:00 02149_schema_inference_create_table_syntax: [ OK ] 65.59 sec.
2024-12-16 14:37:04 02125_recursive_sql_user_defined_functions: [ OK ] 3.86 sec.
2024-12-16 14:37:04 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:38:12 02118_deserialize_whole_text: [ OK ] 67.82 sec.
2024-12-16 14:41:28 02117_custom_separated_with_names_and_types: [ OK ] 195.63 sec.
2024-12-16 14:41:33 02115_rewrite_local_join_right_distribute_table: [ OK ] 4.74 sec.
2024-12-16 14:43:12 02115_write_buffers_finalize: [ OK ] 99.52 sec.
2024-12-16 14:43:15 02111_modify_table_comment: [ OK ] 2.67 sec.
2024-12-16 14:43:18 02102_sql_user_defined_functions_create_if_not_exists: [ OK ] 3.53 sec.
2024-12-16 14:43:22 02099_sql_user_defined_functions_lambda: [ OK ] 3.46 sec.
2024-12-16 14:43:32 02051_read_settings: [ OK ] 10.02 sec.
2024-12-16 14:44:22 02002_row_level_filter_bug: [ OK ] 50.25 sec.
2024-12-16 14:44:26 01999_grant_with_replace: [ OK ] 3.19 sec.
2024-12-16 14:44:30 01913_replace_dictionary: [ OK ] 3.90 sec.
2024-12-16 14:44:38 01903_ssd_cache_dictionary_array_type: [ OK ] 8.27 sec.
2024-12-16 14:44:46 01875_ssd_cache_dictionary_decimal256_type: [ OK ] 8.34 sec.
2024-12-16 14:44:50 01856_create_function: [ OK ] 4.01 sec.
2024-12-16 14:45:08 01853_dictionary_cache_duplicates: [ OK ] 17.74 sec.
2024-12-16 14:45:12 01850_dist_INSERT_preserve_error: [ OK ] 3.73 sec.
2024-12-16 14:45:16 01837_database_memory_ddl_dictionaries: [ OK ] 3.84 sec.
2024-12-16 14:45:20 01804_dictionary_decimal256_type: [ OK ] 4.42 sec.
2024-12-16 14:45:30 01737_clickhouse_server_wait_server_pool_long: [ OK ] 9.71 sec.
2024-12-16 14:45:41 01722_long_brotli_http_compression_json_format: [ OK ] 10.59 sec.
2024-12-16 14:45:46 01683_flat_dictionary: [ OK ] 5.33 sec.
2024-12-16 14:45:50 01646_system_restart_replicas_smoke: [ OK ] 3.79 sec.
2024-12-16 14:45:54 01615_random_one_shard_insertion: [ OK ] 4.40 sec.
2024-12-16 14:45:59 01603_rename_overwrite_bug: [ OK ] 4.32 sec.
2024-12-16 14:46:03 01600_multiple_left_join_with_aliases: [ OK ] 3.75 sec.
2024-12-16 14:48:01 01600_detach_permanently: [ OK ] 118.03 sec.
2024-12-16 14:48:04 01575_disable_detach_table_of_dictionary: [ OK ] 3.45 sec.
2024-12-16 14:48:33 01532_execute_merges_on_single_replica_long: [ OK ] 28.45 sec.
2024-12-16 14:48:37 01517_drop_mv_with_inner_table: [ OK ] 4.26 sec.
2024-12-16 14:48:41 01470_show_databases_like: [ OK ] 3.56 sec.
2024-12-16 14:48:46 01456_modify_column_type_via_add_drop_update: [ OK ] 5.54 sec.
2024-12-16 14:49:03 01444_create_table_drop_database_race: [ OK ] 17.05 sec.
2024-12-16 14:49:03 01442_merge_detach_attach_long: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:49:44 01417_freeze_partition_verbose_zookeeper: [ OK ] 40.61 sec.
2024-12-16 14:49:48 01415_inconsistent_merge_tree_settings: [ OK ] 3.61 sec.
2024-12-16 14:50:33 01414_mutations_and_errors_zookeeper: [ OK ] 45.09 sec.
2024-12-16 14:50:37 01391_join_on_dict_crash: [ OK ] 4.01 sec.
2024-12-16 14:51:12 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 35.23 sec.
2024-12-16 14:51:25 01360_materialized_view_with_join_on_query_log: [ OK ] 12.50 sec.
2024-12-16 14:51:32 01356_view_threads: [ OK ] 6.75 sec.
2024-12-16 14:51:58 01320_create_sync_race_condition_zookeeper: [ OK ] 26.30 sec.
2024-12-16 14:52:35 01302_aggregate_state_exception_memory_leak: [ OK ] 36.93 sec.
2024-12-16 14:52:38 01295_create_row_policy: [ OK ] 3.62 sec.
2024-12-16 14:52:52 01292_create_user: [ OK ] 13.73 sec.
2024-12-16 14:53:03 01281_group_by_limit_memory_tracking: [ OK ] 10.71 sec.
2024-12-16 14:53:07 01259_dictionary_custom_settings_ddl: [ OK ] 3.92 sec.
2024-12-16 14:53:46 01238_http_memory_tracking: [ OK ] 39.12 sec.
2024-12-16 14:53:49 01225_show_create_table_from_dictionary: [ OK ] 2.97 sec.
2024-12-16 14:53:53 01225_drop_dictionary_as_table: [ OK ] 3.36 sec.
2024-12-16 14:53:57 01224_no_superfluous_dict_reload: [ OK ] 4.52 sec.
2024-12-16 14:56:01 01192_rename_database_zookeeper: [ OK ] 123.66 sec.
2024-12-16 14:56:05 01152_cross_replication: [ OK ] 3.80 sec.
2024-12-16 14:56:10 01148_zookeeper_path_macros_unfolding: [ OK ] 4.97 sec.
2024-12-16 14:56:13 01125_dict_ddl_cannot_add_column: [ OK ] 3.74 sec.
2024-12-16 14:56:17 01119_weird_user_names: [ OK ] 3.71 sec.
2024-12-16 14:56:17 01092_memory_profiler: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:56:33 01091_num_threads: [ OK ] 15.41 sec.
2024-12-16 14:56:38 01070_mutations_with_dependencies: [ OK ] 5.25 sec.
2024-12-16 14:56:45 01070_modify_ttl_recalc_only: [ OK ] 6.60 sec.
2024-12-16 14:56:51 01060_shutdown_table_after_detach: [ OK ] 6.49 sec.
2024-12-16 14:56:54 01059_window_view_event_hop_watch_strict_asc: [ OK ] 2.85 sec.
2024-12-16 14:57:01 01054_cache_dictionary_overflow_cell: [ OK ] 6.54 sec.
2024-12-16 14:57:05 01048_exists_query: [ OK ] 4.33 sec.
2024-12-16 14:57:10 01048_window_view_parser: [ OK ] 4.73 sec.
2024-12-16 14:58:40 01045_zookeeper_system_mutations_with_parts_names: [ OK ] 89.99 sec.
2024-12-16 14:59:27 01038_dictionary_lifetime_min_zero_sec: [ OK ] 47.25 sec.
2024-12-16 14:59:27 01037_polygon_dicts_correctness_fast: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 14:59:31 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 4.28 sec.
2024-12-16 15:00:02 01018_ddl_dictionaries_concurrent_requrests: [ OK ] 30.67 sec.
2024-12-16 15:00:06 00910_buffer_prewhere: [ OK ] 3.51 sec.
2024-12-16 15:00:06 00899_long_attach_memory_limit: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 15:00:16 00877_memory_limit_for_new_delete: [ OK ] 10.69 sec.
2024-12-16 15:00:16 00840_long_concurrent_select_and_drop_deadlock: [ SKIPPED ] 0.00 sec. - not running for current build
2024-12-16 15:00:22 00834_cancel_http_readonly_queries_on_client_close: [ OK ] 5.45 sec.
2024-12-16 15:00:52 00600_replace_running_query: [ OK ] 30.36 sec.
2024-12-16 15:01:23 00463_long_sessions_in_http_interface: [ OK ] 30.92 sec.
2024-12-16 15:01:27 00309_formats_case_insensitive: [ OK ] 3.90 sec.
2024-12-16 15:01:27
2024-12-16 15:01:27 119 tests passed. 9 tests skipped. 2720.62 s elapsed (MainProcess).
2024-12-16 15:01:33 Won't run stateful tests because test data wasn't loaded.
2024-12-16 15:01:33 Checking the hung queries: done
2024-12-16 15:01:33
2024-12-16 15:01:33 No queries hung.
2024-12-16 15:01:33 All tests have finished.
2024-12-16 15:01:33
2024-12-16 15:01:33 Top patterns of log messages:
2024-12-16 15:01:33
2024-12-16 15:01:33 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2024-12-16 15:01:33
2024-12-16 15:01:33 1. 63322 0.073 3.04 MiB 0.012 10 524 ['Trace'] 0.001 Access granted: {}{}
2024-12-16 15:01:33 2. 59056 0.068 7.91 MiB 0.032 1 267 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2024-12-16 15:01:33 3. 59051 0.068 8.84 MiB 0.035 3 266 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2024-12-16 15:01:33 4. 51626 0.06 1.42 MiB 0.006 1 265 ['Debug'] 0 Processed in {} sec.
2024-12-16 15:01:33 5. 51332 0.059 83.76 MiB 0.335 1 226 ['Trace'] 0.001 Query {} to stage {}{}
2024-12-16 15:01:33 6. 51044 0.059 84.82 MiB 0.339 1 226 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2024-12-16 15:01:33 7. 46324 0.053 3.55 MiB 0.014 1 261 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2024-12-16 15:01:33 8. 36692 0.042 1.48 MiB 0.006 1 279 ['Debug'] 0.058 Peak memory usage{}: {}.
2024-12-16 15:01:33 9. 27345 0.032 2.35 MiB 0.009 1 663 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-12-16 15:01:33 10. 24526 0.028 734.99 KiB 0.003 1 664 ['Trace'] 0 Aggregation method: {}
2024-12-16 15:01:33 11. 16491 0.019 1.31 MiB 0.005 1 631 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2024-12-16 15:01:33 12. 15640 0.018 1.09 MiB 0.004 1 1138 ['Trace'] 0.548 Reserved {} on local disk {}, having unreserved {}.
2024-12-16 15:01:33 13. 12798 0.015 1.48 MiB 0.006 718 497 ['Trace'] 0.495 Renaming temporary part {} to {} with tid {}.
2024-12-16 15:01:33 14. 12536 0.014 597.32 KiB 0.002 1 480 ['Trace'] 0.497 filled checksums {}
2024-12-16 15:01:33 15. 12250 0.014 849.44 KiB 0.003 714 973 ['Trace'] 0.652 Trying to reserve {} using storage policy from min volume index {}
2024-12-16 15:01:33 16. 12237 0.014 1020.05 KiB 0.004 4 321 ['Debug'] 0.995 {} Authenticating user '{}' from {}
2024-12-16 15:01:33 17. 12234 0.014 1.34 MiB 0.005 4 321 ['Debug'] 0.995 {} Authenticated with global context as user {}
2024-12-16 15:01:33 18. 12186 0.014 1.05 MiB 0.004 4 317 ['Debug'] 0.995 {} Logout, user_id: {}
2024-12-16 15:01:33 19. 11947 0.014 1.28 MiB 0.005 3 266 ['Debug'] 1 {} Creating session context with user_id: {}
2024-12-16 15:01:33 20. 11158 0.013 494.62 KiB 0.002 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2024-12-16 15:01:33 21. 8399 0.01 90.22 KiB 0 1 642 ['Trace'] 0 Aggregating
2024-12-16 15:01:33 22. 7492 0.009 1.35 MiB 0.005 3 96 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2024-12-16 15:01:33 23. 7487 0.009 7.65 MiB 0.031 2 96 ['Trace'] 1 Request URI: {}
2024-12-16 15:01:33 24. 7323 0.008 150.18 KiB 0.001 2 93 ['Debug'] 0.014 Done processing query
2024-12-16 15:01:33 25. 7180 0.008 677.27 KiB 0.003 1 39 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2024-12-16 15:01:33 26. 6209 0.007 361.95 KiB 0.001 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2024-12-16 15:01:33 27. 6209 0.007 226.29 KiB 0.001 17 17 ['Trace'] 1 Flushed system log up to offset {}
2024-12-16 15:01:33 28. 6115 0.007 471.76 KiB 0.002 1 130 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2024-12-16 15:01:33 29. 5216 0.006 413.58 KiB 0.002 491 128 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2024-12-16 15:01:33 30. 5010 0.006 754.02 KiB 0.003 1 256 ['Debug'] 0.003 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-12-16 15:01:33 31. 5010 0.006 247.33 KiB 0.001 1 256 ['Trace'] 0.003 Merging partially aggregated blocks (bucket = {}).
2024-12-16 15:01:33 32. 4896 0.006 109.97 KiB 0 1 629 ['Trace'] 0 Merging aggregated data
2024-12-16 15:01:33 33. 4828 0.006 459.73 KiB 0.002 1 265 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2024-12-16 15:01:33 34. 4828 0.006 161.56 KiB 0.001 2 265 ['Trace'] 1 TCP Request. Address: {}
2024-12-16 15:01:33 35. 4800 0.006 126.56 KiB 0 1 260 ['Debug'] 1 Done processing connection.
2024-12-16 15:01:33 36. 4418 0.005 175.75 KiB 0.001 577 149 ['Debug'] 0.011 Key condition: {}
2024-12-16 15:01:33 37. 4368 0.005 498.42 KiB 0.002 561 149 ['Debug'] 0.011 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2024-12-16 15:01:33 38. 4190 0.005 216.87 KiB 0.001 486 147 ['Trace'] 0.011 Spreading mark ranges among streams (default reading)
2024-12-16 15:01:33 39. 4066 0.005 508.53 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2024-12-16 15:01:33 40. 2955 0.003 372.96 KiB 0.001 1 47 ['Debug'] 0.001 Before join block: '{}'
2024-12-16 15:01:33 41. 2938 0.003 581.35 KiB 0.002 1 47 ['Debug'] 0.001 After join block: '{}'
2024-12-16 15:01:33 42. 2878 0.003 86.29 KiB 0 104 611 ['Trace'] 0 Found (RIGHT) boundary mark: {}
2024-12-16 15:01:33 43. 2878 0.003 88.78 KiB 0 104 611 ['Trace'] 0 Found {} range in {} steps
2024-12-16 15:01:33 44. 2878 0.003 83.13 KiB 0 104 611 ['Trace'] 0 Found (LEFT) boundary mark: {}
2024-12-16 15:01:33 45. 2878 0.003 208.49 KiB 0.001 104 611 ['Trace'] 0 Running binary search on index range for part {} ({} marks)
2024-12-16 15:01:33 46. 2712 0.003 23.84 KiB 0 2 86 ['Trace'] 0.001 No tables
2024-12-16 15:01:33 47. 2705 0.003 55.48 KiB 0 1 615 ['Debug'] 1 Stop worker in {}
2024-12-16 15:01:33 48. 2705 0.003 84.53 KiB 0 1 609 ['Debug'] 0.499 Spawn loader worker #{} in {}
2024-12-16 15:01:33 49. 2705 0.003 185.05 KiB 0.001 1 86 ['Debug'] 0.002 Schedule load job '{}' into {}
2024-12-16 15:01:33 50. 2705 0.003 187.69 KiB 0.001 1 526 ['Debug'] 1 Finish load job '{}' with status {}
2024-12-16 15:01:33 51. 2705 0.003 177.12 KiB 0.001 1 526 ['Debug'] 1 Execute load job '{}' in {}
2024-12-16 15:01:33 52. 2704 0.003 89.78 KiB 0 1 605 ['Debug'] 0.501 Change current priority: {} -> {}
2024-12-16 15:01:33 53. 2704 0.003 214.04 KiB 0.001 1 86 ['Debug'] 0.001 Prioritize load job '{}': {} -> {}
2024-12-16 15:01:33 54. 2568 0.003 466.97 KiB 0.002 1 117 ['Debug'] 0 {}:{}: sampleColumns {} '{}'
2024-12-16 15:01:33 55. 2545 0.003 397.22 KiB 0.002 1 75 ['Trace'] 0 PREWHERE condition was split into {} steps: {}
2024-12-16 15:01:33 56. 2069 0.002 233.60 KiB 0.001 1 26 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2024-12-16 15:01:33 57. 2036 0.002 184.32 KiB 0.001 1 546 ['Debug'] 0.001 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2024-12-16 15:01:33 58. 1877 0.002 212.63 KiB 0.001 1 178 ['Debug'] 0 Writing part of aggregation data into temporary file {}
2024-12-16 15:01:33 59. 1877 0.002 460.81 KiB 0.002 1 178 ['Debug'] 0 Written part in {:.3f} sec., {} rows, {} uncompressed, {} compressed, {:.3f} uncompressed bytes per row, {:.3f} compressed bytes per row, compression rate: {:.3f} ({:.3f} rows/sec., {}/sec. uncompressed, {}/sec. compressed)
2024-12-16 15:01:33 60. 1877 0.002 83.63 KiB 0 1 178 ['Debug'] 0 Max size of temporary block: {} rows, {}.
2024-12-16 15:01:33 61. 1837 0.002 213.33 KiB 0.001 603 366 ['Debug'] 0.931 Removing {} parts from filesystem (serially): Parts: [{}]
2024-12-16 15:01:33 62. 1830 0.002 97.98 KiB 0 176 522 ['Debug'] 0.886 Selected {} parts from {} to {}
2024-12-16 15:01:33 63. 1813 0.002 61.92 KiB 0 1 43 ['Debug'] 0 Selected MergeAlgorithm: {}
2024-12-16 15:01:33 64. 1813 0.002 150.95 KiB 0.001 1 43 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2024-12-16 15:01:33 65. 1808 0.002 236.43 KiB 0.001 1 43 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2024-12-16 15:01:33 66. 1804 0.002 118.90 KiB 0 180 43 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2024-12-16 15:01:33 67. 1712 0.002 343.26 KiB 0.001 1 487 ['Information'] 1 Removing metadata {} of dropped table {}
2024-12-16 15:01:33 68. 1712 0.002 219.28 KiB 0.001 1 487 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2024-12-16 15:01:33 69. 1708 0.002 126.77 KiB 0 1 80 ['Debug'] 0 Waiting for table {} to be finally dropped
2024-12-16 15:01:33 70. 1563 0.002 49.71 KiB 0 19 32 ['Debug'] 0 Requested flush up to offset {}
2024-12-16 15:01:33 71. 1415 0.002 113.20 KiB 0 1 538 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2024-12-16 15:01:33 72. 1390 0.002 160.79 KiB 0.001 1 117 ['Debug'] 0 {}:{}: {} - '{}'
2024-12-16 15:01:33 73. 1389 0.002 96.97 KiB 0 1 489 ['Trace'] 0.951 Rolling back transaction {}{}
2024-12-16 15:01:33 74. 1358 0.002 289.74 KiB 0.001 1 170 ['Trace'] 0.005 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2024-12-16 15:01:33 75. 1356 0.002 111.32 KiB 0 1346 86 ['Information'] 0.001 Metadata processed, database {} has {} tables and {} dictionaries in total.
2024-12-16 15:01:33 76. 1356 0.002 80.63 KiB 0 1 86 ['Information'] 0.001 Parsed metadata of {} tables in {} databases in {} sec
2024-12-16 15:01:33 77. 1330 0.002 111.36 KiB 0 12 87 ['Trace'] 0.94 List of all grants including implicit: {}
2024-12-16 15:01:33 78. 1330 0.002 70.03 KiB 0 12 87 ['Trace'] 0.94 List of all grants: {}
2024-12-16 15:01:33 79. 1330 0.002 101.31 KiB 0 12 87 ['Trace'] 0.94 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2024-12-16 15:01:33 80. 1295 0.001 94.53 KiB 0 1 77 ['Trace'] 0.001 The min valid primary key position for moving to the tail of PREWHERE is {}
2024-12-16 15:01:33 81. 1278 0.001 191.57 KiB 0.001 1 375 ['Information'] 0.001 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2024-12-16 15:01:33 82. 1278 0.001 144.77 KiB 0.001 1 366 ['Information'] 0 Sorting and writing part of data into temporary file {}
2024-12-16 15:01:33 83. 1266 0.001 133.22 KiB 0.001 57 51 ['Debug'] 0.898 Removing {} parts from memory: Parts: [{}]
2024-12-16 15:01:33 84. 1266 0.001 131.98 KiB 0.001 57 51 ['Trace'] 0.898 Found {} old parts to remove. Parts: [{}]
2024-12-16 15:01:33 85. 1238 0.001 76.27 KiB 0 1 86 ['Debug'] 0.002 Wait load job '{}' in {}
2024-12-16 15:01:33 86. 1222 0.001 146.52 KiB 0.001 1 2 ['Trace'] 1 Creating part at path {}
2024-12-16 15:01:33 87. 1200 0.001 80.00 KiB 0 1 138 ['Trace'] 0.01 {}Join data is being destroyed, {} bytes and {} rows in hash table
2024-12-16 15:01:33 88. 1189 0.001 47.61 KiB 0 1 239 ['Debug'] 0.358 Will use old analyzer to prepare mutation
2024-12-16 15:01:33 89. 1144 0.001 84.15 KiB 0 98 154 ['Trace'] 0 Used generic exclusion search over index for part {} with {} steps
2024-12-16 15:01:33 90. 1003 0.001 35.29 KiB 0 1 17 ['Trace'] 1 Keeper request. Address: {}
2024-12-16 15:01:33 91. 1003 0.001 41.04 KiB 0 1 1 ['Debug'] 1 Session ID response {} with timeout {}
2024-12-16 15:01:33 92. 1003 0.001 22.43 KiB 0 1 17 ['Information'] 1 Received session ID {}
2024-12-16 15:01:33 93. 1003 0.001 39.18 KiB 0 1 17 ['Information'] 1 Requesting session ID for the new client
2024-12-16 15:01:33 94. 1000 0.001 58.50 KiB 0 1 15 ['Debug'] 1 Received close event with xid {} for session id #{}
2024-12-16 15:01:33 95. 1000 0.001 31.15 KiB 0 1 15 ['Debug'] 1 Session #{} successfully closed
2024-12-16 15:01:33 96. 993 0.001 17.46 KiB 0 938 91 ['Debug'] 0.022 Loading data parts
2024-12-16 15:01:33 97. 993 0.001 37.00 KiB 0 160 68 ['Debug'] 0 MinMax index condition: {}
2024-12-16 15:01:33 98. 966 0.001 21.70 KiB 0 938 91 ['Debug'] 0.023 There are no data parts
2024-12-16 15:01:33 99. 940 0.001 60.59 KiB 0 918 417 ['Information'] 0.972 dropAllData: removing table directory recursive to cleanup garbage
2024-12-16 15:01:35 100. 940 0.001 44.98 KiB 0 918 417 ['Trace'] 0.972 dropAllData: removing all data parts from memory.
2024-12-16 15:01:35
2024-12-16 15:01:35
2024-12-16 15:01:35
2024-12-16 15:01:35 Top messages without format string (fmt::runtime):
2024-12-16 15:01:35
2024-12-16 15:01:35 count pattern runtime_message line
2024-12-16 15:01:35
2024-12-16 15:01:35 1. 36 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2024-12-16 15:01:35
2024-12-16 15:01:35 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222)
2024-12-16 15:01:35 2. 18 CodeDBExceptionOkwhileexecutingF Code: 395. DB::Exception: Ok: while executing 'FUNCTION throwIf(greater(__table1.number, 10000000_UInt32) :: 1, 'Ok'_String :: 4) -> throwIf(greater(__table1.number, 10000000_UInt32), 'Ok'_String) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version ('/executeQuery.cpp',218)
2024-12-16 15:01:35 3. 16 CodeDBExceptionReceivedfromDBExc Code: 277. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Primary key (k) is not used and setting 'force_primary_key' is set. Stack trace:
2024-12-16 15:01:35
2024-12-16 15:01:35 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f ('/executeQuery.cpp',218)
2024-12-16 15:01:35 4. 10 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',218)
2024-12-16 15:01:35 5. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:39932) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying this message, alway ('/executeQuery.cpp',218)
2024-12-16 15:01:35 6. 4 CodeDBExceptionEmptyquerywhileex Code: 62. DB::Exception: Empty query: while executing 'FUNCTION formatQuery(__table1.query : 2) -> formatQuery(__table1.query) String : 1'. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:39932) (comment: 02882_formatQuery.sql) (in query: SE ('/executeQuery.cpp',218)
2024-12-16 15:01:35 7. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:57772) (comment: 02843_backup_use_same_s3_credentials_for ('/executeQuery.cpp',218)
2024-12-16 15:01:35 8. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2024-12-16 15:01:35 9. 2 CodeDBExceptionReceivedfromlocal Code: 60. DB::Exception: Received from localhost:9000. DB::Exception: Table shard_1.data_01850 does not exist. Maybe you meant shard_0.data_01850?. Stack trace:
2024-12-16 15:01:35
2024-12-16 15:01:35 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000 ('/executeQuery.cpp',218)
2024-12-16 15:01:35 10. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 11. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 12. 1 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.12.76.altinitystable) (from [::1]:56856) (comment: 00990_request_splitting.sql) (in query: SELECT * FROM url('http://127.0.0.1:1337/? HTTP/1.1\r\nTest: ('/executeQuery.cpp',218)
2024-12-16 15:01:35 13. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1
2024-12-16 15:01:35 my id: 1, voting_member
2024-12-16 15:01:35 num peers: 0 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 14. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 15. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 16. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 17. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 18. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 19. 1 FailedtorestorefrombackupShttplo Failed to restore from backup S3('http://localhost:11111/test/backups/test_stk5z88b/use_same_s3_credentials_for_base_backup_base_inc_1', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you pro ('/Exception.cpp',222)
2024-12-16 15:01:35 20. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 21. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 2f7ddaa904b1e8b911d6f3d911cf6e53720aba01, build id: F0A1AAE97F8866CCF1D9D2182F3D03DBAC71CBE8), PID 735 ('',0)
2024-12-16 15:01:35 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2024-12-16 15:01:35 commit index 0
2024-12-16 15:01:35 term 0
2024-12-16 15:01:35 election timer allowed
2024-12-16 15:01:35 log store start 1, end 0
2024-12-16 15:01:35 config log idx 0, prev log idx 0
2024-12-16 15:01:35 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 23. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 24. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 25. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 26. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2024-12-16 15:01:35 peer 1, DC ID 0, localhost:9234, voting member, 1
2024-12-16 15:01:35 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2024-12-16 15:01:35 27. 1 startingup starting up ('',0)
2024-12-16 15:01:35 28. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2024-12-16 15:01:35 29. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-12-16 15:04:15 30. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_stk5z88b/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222)
2024-12-16 15:04:15
2024-12-16 15:04:15
2024-12-16 15:04:15 Failed to get stats about log messages: timed out
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137500
drwxr-xr-x 1 root root 4096 Dec 16 14:51 .
drwxr-xr-x 1 root root 4096 Dec 16 14:51 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 13:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Dec 16 13:42 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Dec 16 13:42 __azurite_db_blob__.json
-rw-r--r-- 1 root root 64644 Dec 16 15:03 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Dec 16 13:42 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-x--- 4 root root 4096 Dec 16 14:35 data
drwxr-xr-x 5 root root 340 Dec 16 13:41 dev
drwxr-x--- 2 root root 4096 Dec 16 14:35 dictionaries_lib
-rwxr-xr-x 1 root root 0 Dec 16 13:41 .dockerenv
drwxr-xr-x 1 root root 4096 Dec 16 13:41 etc
drwxr-x--- 2 root root 4096 Dec 16 14:35 flags
drwxr-x--- 2 root root 4096 Dec 16 14:35 format_schemas
drwxr-xr-x 1 1000 1000 4096 Dec 16 13:42 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 2024 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
drwxr-x--- 2 root root 4096 Dec 16 14:35 metadata
drwxr-x--- 2 root root 4096 Dec 16 14:35 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Jun 13 2024 minio
drwxr-xr-x 4 root root 4096 Dec 16 13:42 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-x--- 2 root root 4096 Dec 16 14:35 named_collections
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Dec 16 13:41 package_folder
drwxr-x--- 2 root root 4096 Dec 16 14:45 preprocessed_configs
dr-xr-xr-x 311 root root 0 Dec 16 13:41 proc
-rwxrwxr-x 1 root root 7989 May 14 2024 process_functional_tests_result.py
-rw-r----- 1 root root 1 Dec 16 14:35 quotas.list
-rw-r----- 1 root root 1 Dec 16 14:35 roles.list
drwx------ 1 root root 4096 Dec 16 14:56 root
-rw-r----- 1 root root 1 Dec 16 14:35 row_policies.list
drwxr-xr-x 1 root root 4096 Dec 16 13:41 run
-rwxrwxr-x 1 root root 16095 Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Dec 16 13:42 script.gdb
-rw-r----- 1 root root 1 Dec 16 14:35 settings_profiles.list
-rwxrwxr-x 1 root root 10462 May 14 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-r----- 1 root root 59 Dec 16 14:45 status
drwxr-x--- 4 root root 4096 Dec 16 14:35 store
-rw-rw-r-- 1 root root 13192 Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 13:41 sys
drwxrwxr-x 2 1000 1000 4096 Dec 16 13:44 test_output
drwxrwxrwt 1 root root 36864 Dec 16 15:04 tmp
drwxr-xr-x 2 root root 4096 Dec 16 13:44 user_defined
drwxr-x--- 2 root root 4096 Dec 16 14:35 user_files
drwxr-x--- 2 root root 4096 Dec 16 14:35 user_scripts
-rw-r----- 1 root root 1 Dec 16 14:35 users.list
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
-rw-r----- 1 root root 36 Dec 16 14:35 uuid
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137500
drwxr-xr-x 1 root root 4096 Dec 16 14:51 .
drwxr-xr-x 1 root root 4096 Dec 16 14:51 ..
-rw-rw-r-- 1 1000 1000 300 Dec 16 13:39 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 13 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Dec 16 13:42 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Dec 16 13:42 __azurite_db_blob__.json
-rw-r--r-- 1 root root 64644 Dec 16 15:03 azurite_log
lrwxrwxrwx 1 root root 7 Apr 27 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Dec 16 13:42 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
drwxr-x--- 4 root root 4096 Dec 16 14:35 data
drwxr-xr-x 5 root root 340 Dec 16 13:41 dev
drwxr-x--- 2 root root 4096 Dec 16 14:35 dictionaries_lib
-rwxr-xr-x 1 root root 0 Dec 16 13:41 .dockerenv
drwxr-xr-x 1 root root 4096 Dec 16 13:41 etc
drwxr-x--- 2 root root 4096 Dec 16 14:35 flags
drwxr-x--- 2 root root 4096 Dec 16 14:35 format_schemas
drwxr-xr-x 1 1000 1000 4096 Dec 16 13:42 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 27 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 27 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 27 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 13 2024 mc
drwxr-xr-x 2 root root 4096 Apr 27 2024 media
drwxr-x--- 2 root root 4096 Dec 16 14:35 metadata
drwxr-x--- 2 root root 4096 Dec 16 14:35 metadata_dropped
-rwxr-xr-x 1 root root 118595584 Jun 13 2024 minio
drwxr-xr-x 4 root root 4096 Dec 16 13:42 minio_data
drwxr-xr-x 2 root root 4096 Apr 27 2024 mnt
drwxr-x--- 2 root root 4096 Dec 16 14:35 named_collections
drwxr-xr-x 2 root root 4096 Apr 27 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Dec 16 13:41 package_folder
drwxr-x--- 2 root root 4096 Dec 16 14:45 preprocessed_configs
dr-xr-xr-x 311 root root 0 Dec 16 13:41 proc
-rwxrwxr-x 1 root root 7989 May 14 2024 process_functional_tests_result.py
-rw-r----- 1 root root 1 Dec 16 14:35 quotas.list
-rw-r----- 1 root root 1 Dec 16 14:35 roles.list
drwx------ 1 root root 4096 Dec 16 14:56 root
-rw-r----- 1 root root 1 Dec 16 14:35 row_policies.list
drwxr-xr-x 1 root root 4096 Dec 16 13:41 run
-rwxrwxr-x 1 root root 16095 Jun 13 2024 run.sh
lrwxrwxrwx 1 root root 8 Apr 27 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Dec 16 13:42 script.gdb
-rw-r----- 1 root root 1 Dec 16 14:35 settings_profiles.list
-rwxrwxr-x 1 root root 10462 May 14 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 13 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 13 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 27 2024 srv
-rw-r----- 1 root root 59 Dec 16 14:45 status
drwxr-x--- 4 root root 4096 Dec 16 14:35 store
-rw-rw-r-- 1 root root 13192 Jun 13 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 Dec 16 13:41 sys
drwxrwxr-x 2 1000 1000 4096 Dec 16 13:44 test_output
drwxrwxrwt 1 root root 36864 Dec 16 15:04 tmp
drwxr-xr-x 2 root root 4096 Dec 16 13:44 user_defined
drwxr-x--- 2 root root 4096 Dec 16 14:35 user_files
drwxr-x--- 2 root root 4096 Dec 16 14:35 user_scripts
-rw-r----- 1 root root 1 Dec 16 14:35 users.list
drwxr-xr-x 1 root root 4096 Apr 27 2024 usr
-rw-rw-r-- 1 root root 833 Jun 13 2024 utils.lib
-rw-r----- 1 root root 36 Dec 16 14:35 uuid
drwxr-xr-x 1 root root 4096 Apr 27 2024 var
+ /process_functional_tests_result.py
2024-12-16 15:04:15,150 File /analyzer_tech_debt.txt with broken tests found
2024-12-16 15:04:15,150 Broken tests in the list: 11
2024-12-16 15:04:15,150 Find files in result folder gdb.log,test_result.txt,run.log,garbage.log
2024-12-16 15:04:15,160 Is flaky check: False
2024-12-16 15:04:15,160 Result parsed
2024-12-16 15:04:15,162 Result written
+ clickhouse-client -q 'system flush logs'
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Sent terminate signal to process with pid 735.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 735.
The process with pid = 735 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]